Back to MCP Servers
🔌

TencentEdgeOne/edgeone-pages-mcp

MITAPI key required

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

TypeScriptAI & LLMs

Install

npx -y edgeone-pages-mcp

Required environment variables

EDGEONE_PAGES_API_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "tencentedgeone-edgeone-pages-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgeone-pages-mcp"
      ],
      "env": {
        "EDGEONE_PAGES_API_TOKEN": "<YOUR_EDGEONE_PAGES_API_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.