by TencentEdgeOne
Deploy HTML, folders, or zip archives to EdgeOne Pages and instantly obtain a public URL for fast edge delivery.
EdgeOne Pages MCP provides a rapid way to push static HTML content, entire directories, or zip packages to EdgeOne Pages. After deployment the service stores the assets in EdgeOne KV and returns a publicly accessible URL that is served from the edge.
npx edgeone-pages-mcp
).EDGEONE_PAGES_API_TOKEN
– your EdgeOne Pages API token.EDGEONE_PAGES_PROJECT_NAME
– existing project name to update, or leave empty to create a new project.deploy_html
, deploy_folder
, deploy_zip
) to send content to the server.Q: Do I need an EdgeOne Pages account? A: Yes, an account and an API token are required for deployments. The token can be obtained from the EdgeOne Pages console.
Q: Can I deploy to an existing project?
A: Provide the existing project name in EDGEONE_PAGES_PROJECT_NAME
. The server will update that project instead of creating a new one.
Q: What Node.js version is required? A: Node.js 18 or higher.
Q: How is the public URL formed? A: After deployment the server queries the EdgeOne Pages API for the base URL of the project and appends the path to the stored asset.
Q: Is there a HTTP‑streamable version of the server?
A: Yes, a Streamable HTTP MCP server can be used by pointing the url
field to https://mcp-on-edge.edgeone.site/mcp-server
.
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
Suitable for most MCP applications
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
// Optional. If deploying a folder or zip file to an EdgeOne Pages project
// provide your EdgeOne Pages API token.
// How to obtain your API token: https://edgeone.ai/document/177158578324279296
"EDGEONE_PAGES_API_TOKEN": "",
// Optional. Leave empty to create a new EdgeOne Pages project.
// Provide a project name to update an existing project.
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
Available in applications supporting Streamable HTTP MCP Server
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}
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
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": [ "edgeone-pages-mcp" ], "env": { "EDGEONE_PAGES_API_TOKEN": "<YOUR_API_TOKEN>", "EDGEONE_PAGES_PROJECT_NAME": "<PROJECT_NAME>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by awslabs
Provides specialized servers that expose AWS capabilities through the Model Context Protocol, enabling AI assistants to retrieve up-to-date documentation, execute API calls, and automate infrastructure workflows directly within development environments.
by cloudflare
Provides a collection of Model Context Protocol servers that enable MCP‑compatible clients to interact with Cloudflare services such as Workers, Observability, Radar, and more, allowing natural‑language driven management of configurations, data, and operations.
by Flux159
Connects to a Kubernetes cluster and offers a unified MCP interface for kubectl, Helm, port‑forwarding, diagnostics, and non‑destructive read‑only mode.
by rishikavikondala
Provides Model Context Protocol tools for performing AWS S3 and DynamoDB operations, with automatic logging and audit access via the `audit://aws-operations` endpoint.
by confluentinc
Enables AI assistants to manage Confluent Cloud resources such as Kafka topics, connectors, and Flink SQL statements through natural‑language interactions.
by aliyun
Enables AI assistants to operate Alibaba Cloud resources such as ECS, Cloud Monitor, OOS and other services through seamless integration with Alibaba Cloud APIs via the Model Context Protocol.
by aws-samples
Retrieve PDF documents and other S3 objects through Model Context Protocol resources, enabling LLMs to pull data directly from AWS S3 buckets.
by kocierik
Connects to HashiCorp Nomad and exposes Model Context Protocol endpoints for job, deployment, node, allocation, variable, volume, ACL, Sentinel, and cluster management via a Go‑based server.
by qiniu
Provides MCP endpoints that enable AI models to list buckets, retrieve file lists, upload and download files, generate download links, perform image scaling and rounding, and refresh or prefetch CDN resources on Qiniu cloud.