An MCP service for deploying HTML content, folders, or full-stack projects to EdgeOne Pages and obtaining publicly accessible URLs. - Node.js 18 or higher Full-featured MCP service that supports the deployfolder tool for deploying full-stack projects. The following MCP Server will be deprecated soon: Supports both deployhtml and deployfolderorzip tools. For MCP clients that support HTTP streaming,
Add this skill
npx mdskills install TencentEdgeOne/edgeone-pages-mcpWell-documented deployment server with clear setup instructions and multiple hosting options
An MCP service for deploying HTML content, folders, or full-stack projects to EdgeOne Pages and obtaining publicly accessible URLs.
Full-featured MCP service that supports the deploy_folder tool for deploying full-stack projects.
// Tencent Cloud International (Default)
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack@latest"]
}
}
}
// Tencent Cloud China
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"timeout": 600,
"command": "npx",
"args": ["edgeone-pages-mcp-fullstack@latest", "--region", "china"]
}
}
}
The following MCP Server will be deprecated soon:
Supports both deploy_html and deploy_folder_or_zip tools.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp@latest"],
"env": {
// Optional.
// If you need to deploy folders or zip files to
// EdgeOne Pages projects, provide your EdgeOne Pages API token.
// How to obtain your API token:
// https://edgeone.ai/document/177158578324279296
"EDGEONE_PAGES_API_TOKEN": "",
// Optional. Leave empty to create a new EdgeOne Pages project.
// Provide a project name to update an existing project.
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
For MCP clients that support HTTP streaming, only supports the deploy_html tool.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}
The architecture diagram shows the complete workflow of the deploy_html tool:
This tool integrates with EdgeOne Pages Functions to deploy static HTML content:
EdgeOne Pages Functions - A serverless computing platform that supports executing JavaScript/TypeScript code at the edge
Core Implementation Features:
How It Works:
deploy_html toolFor more information, refer to the EdgeOne Pages Functions documentation and EdgeOne Pages KV Storage Guide.
The source code is open source and can be self-deployed with custom domain binding: https://github.com/TencentEdgeOne/self-hosted-pages-mcp
This tool supports deploying complete projects to EdgeOne Pages:
MIT
Install via CLI
npx mdskills install TencentEdgeOne/edgeone-pages-mcpEdgeOne Pages MCP is a free, open-source AI agent skill. An MCP service for deploying HTML content, folders, or full-stack projects to EdgeOne Pages and obtaining publicly accessible URLs. - Node.js 18 or higher Full-featured MCP service that supports the deployfolder tool for deploying full-stack projects. The following MCP Server will be deprecated soon: Supports both deployhtml and deployfolderorzip tools. For MCP clients that support HTTP streaming,
Install EdgeOne Pages MCP with a single command:
npx mdskills install TencentEdgeOne/edgeone-pages-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
EdgeOne Pages MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.