TencentEdgeOne/edgeone-pages-mcp
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
Quick Start
Clone the repository:
git clone https://github.com/TencentEdgeOne/edgeone-pages-mcpClaude Desktop configuration example:
{
"mcpServers": {
"edgeone-pages-mcp": {
"command": "npx",
"args": [
"-y",
"TencentEdgeOne/edgeone-pages-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.