An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
| Tool name | Description | Destructive? |
|---|---|---|
| deploy_html | ✓ no | |
| deploy_folder_or_zip | ✓ no |
{
"mcpServers": {
"edgeone-pages": {
"command": "npx",
"args": [
"-y",
"edgeone-pages-mcp"
]
}
}
}