Skip to main content
Developer ToolsTypeScript

TencentEdgeOne/edgeone-pages-mcp

An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/TencentEdgeOne/edgeone-pages-mcp

Claude 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.

Details

Category
Developer Tools
Language
TypeScript
Author
TencentEdgeOne