EdgeOne Pages MCP
About
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
Details
- Author
- TencentEdgeOne
- GitHub stars
- 425
- Downloads
- 2,160
- Categories
- Cloud Service, Infrastructure, Developer Tools, Other
Jump to
- Deploys full-stack projects to EdgeOne Makers
- Provides publicly accessible URLs after deployment
- Supports Tencent Cloud International and China regions
- Skips browser login with API token
- Skips project selection with predefined project name
- Offers streaming HTTP MCP for instant HTML preview
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
EdgeOne Pages MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the MCP client with npx @edgeone/makers-mcp@latest (Tencent Cloud International) or add --region china for Tencent Cloud China. Optionally set EDGEONE_PAGES_API_TOKEN to skip browser login and EDGEONE_PAGES_PROJECT_NAME to skip project selection. For a quick HTML preview without local installation, use the Streaming HTTP MCP Server URL https://mcp-on-edge.edgeone.site/mcp-server.
deploy_html
Deploy HTML content to EdgeOne Pages, return the public URL
deploy_folder_or_zip
Deploy a built frontend directory (or zip file) to EdgeOne Pages. Returns: the deployment URL and project metadata.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"edgeone pages mcp": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": [
"edgeone-pages-mcp"
]
}
}
}
}
McpServers
{
"edgeone-pages-mcp-server": {
"command": "npx",
"args": [
"edgeone-pages-mcp"
]
}
}
- Deploy full-stack projects— ask the assistant to deploy your local project to EdgeOne Pages and return a public URL usingdeploy_folder_or_zip.
- Deploy a single HTML preview— quickly preview a standalone HTML page via the streaming HTTP MCP endpoint without local installation.
- Target Tencent Cloud China region— configure the server with the--region chinaflag to deploy projects to the China region.
- Skip browser authentication— provide anEDGEONE_PAGES_API_TOKENenvironment variable to bypass the interactive login flow.
- Pre-select a project— setEDGEONE_PAGES_PROJECT_NAMEto skip the browser project selection step during deployment.
An MCP service for deploying full-stack projects to EdgeOne Makers and obtaining publicly accessible URLs.
// Tencent Cloud International (Default) { "mcpServers": { "edgeone-makers-mcp-server": { "timeout": 600, "command": "npx", "args": ["@edgeone/makers-mcp@latest"], "env": { // Optional. // If provided, skips the browser login flow. // How to obtain your API token: // https://pages.edgeone.ai/document/api-token "EDGEONE_PAGES_API_TOKEN": "", // Optional. // If provided, skips the browser project selection flow. "EDGEONE_PAGES_PROJECT_NAME": "" } } } } // Tencent Cloud China { "mcpServers": { "edgeone-makers-mcp-server": { "timeout": 600, "command": "npx", "args": ["@edgeone/makers-mcp@latest", "--region", "china"], "env": { // Optional. // If provided, skips the browser login flow. // How to obtain your API token: // https://pages.edgeone.ai/document/api-token "EDGEONE_PAGES_API_TOKEN": "", // Optional. // If provided, skips the browser project selection flow. "EDGEONE_PAGES_PROJECT_NAME": "" } } } }
For quickly deploying a single HTML page for preview, use the Streaming HTTP MCP Server (no local installation required):
{ "mcpServers": { "edgeone-makers-mcp-server": { "url": "https://mcp-on-edge.edgeone.site/mcp-server" } } }
Source code:https://github.com/TencentEdgeOne/self-hosted-pages-mcp
Core AWS MCP server providing prompt understanding and server management capabilities.
Create, build, deploy, and manage Netlify resources using natural language.
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
An authentication-free, remote MCP server designed for easy deployment on Cloudflare Workers.
A template for deploying a remote MCP server on Cloudflare Workers without authentication. It supports one-click deployment or local setup via npm.
A self-hostable MCP server for deployment on Cloudflare Workers using Durable Objects.
Deploy a remote, authentication-free MCP server on Cloudflare Workers.
Deploy a remote, authentication-free MCP server on Cloudflare Workers.
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





