An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"]
}
}
}
The architecture diagram illustrates the workflow:
This MCP service integrates with EdgeOne Pages Functions to deploy static HTML content. The implementation uses:
EdgeOne Pages Functions - A serverless computing platform that allows execution of JavaScript/TypeScript code at the edge.
Key Implementation Details :
How it works :
deploy-html
toolUsage Example :
For more information, see the EdgeOne Pages Functions documentation and EdgeOne Pages KV Storage Guide.
MIT