Back to MCP Servers
Edgeone Pages
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
developer-toolsai
Installation
npx -y edgeone-pages-mcpConfiguration
{
"mcpServers": {
"edgeone-pages-mcp": {
"command": "npx",
"args": ["-y", "edgeone-pages-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes