EdgeOne Pages MCP Server
Deploy static sites, folders, or zipped assets to EdgeOne Pages instantly—automate hosting and web publishing directly from AI or CI/CD pipelines.

What does “EdgeOne Pages” MCP Server do?
The EdgeOne Pages MCP Server is a Model Context Protocol (MCP) service designed to deploy HTML content, entire folders, or zip files to EdgeOne Pages, instantly generating a publicly accessible URL. By connecting AI assistants and development tools to EdgeOne’s deployment workflows, this MCP server enables automated publishing of web assets and front-end projects directly from LLM-driven or agentic workflows. Developers can use this service to streamline static site deployment, automate CI/CD for web content, and empower AI tools to manage web hosting and content publishing. The integration with the EdgeOne Pages platform makes it especially suitable for rapid prototyping, documentation hosting, and sharing project outputs in a frictionless, programmatic way.
List of Prompts
No prompt templates are mentioned in the available documentation or repository.
List of Resources
No explicit MCP resource definitions are detailed in the available documentation or repository.
List of Tools
No explicit tool definitions are found in the provided files or documentation. However, the service functionality centers on deploying HTML, folders, or zip files to EdgeOne Pages.
Use Cases of this MCP Server
- Automated Web Content Deployment: Programmatically publish HTML files or folders as websites, streamlining the process for developer agents and AI assistants.
- CI/CD for Static Sites: Integrate with automation pipelines to push documentation, demos, or marketing pages with every code update.
- Instant Shareable Project Previews: Enable AI agents to generate preview URLs for web projects, facilitating rapid iteration and feedback.
- AI-Driven Documentation Hosting: Allow LLMs to maintain, update, and publish technical documentation or reports for teams or the public.
- Education & Prototyping: Support educators and students in instantly publishing project work or prototypes via AI-driven workflows.
How to set it up
Windsurf
- Prerequisite: Ensure Node.js 18 or higher is installed.
- Open configuration: Locate the Windsurf configuration file.
- Add EdgeOne Pages MCP Server:
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { "EDGEONE_PAGES_API_TOKEN": "" } } } }
- Insert your EdgeOne Pages API token in the
EDGEONE_PAGES_API_TOKEN
field. - Save and restart Windsurf, then verify the configuration.
Claude
- Prerequisite: Install Node.js 18 or higher.
- Locate Claude’s config file (usually in the project root).
- Add the EdgeOne Pages MCP Server block:
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { "EDGEONE_PAGES_API_TOKEN": "" } } } }
- Insert your API key as above.
- Save and restart Claude, confirm server registration.
Cursor
- Ensure Node.js 18+ is installed.
- Open Cursor’s MCP config file.
- Configure EdgeOne Pages MCP Server:
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { "EDGEONE_PAGES_API_TOKEN": "" } } } }
- Add your API token to
env
. - Save and restart Cursor.
Cline
- Check Node.js 18+ installation.
- Find the config file for Cline.
- Add EdgeOne Pages MCP Server as follows:
{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"], "env": { "EDGEONE_PAGES_API_TOKEN": "" } } } }
- Insert your API token.
- Save/restart Cline and verify setup.
Securing API Keys
It is recommended to use environment variables for API keys. Example configuration:
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
"EDGEONE_PAGES_API_TOKEN": "your_api_token_here"
}
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"edgeone-pages-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "edgeone-pages-mcp"
to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | High-level description available. |
List of Prompts | ⛔ | No prompt templates found. |
List of Resources | ⛔ | No explicit MCP resources listed. |
List of Tools | ⛔ | No explicit MCP tools found in repository. |
Securing API Keys | ✅ | Env var approach shown in documentation. |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned. |
Between these tables:
This MCP server is focused and easy to set up for its deployment use case, but lacks depth in tooling, prompts, and resources documentation. For teams needing static site hosting via MCP, it delivers, but is not a comprehensive agentic toolkit. Based on the above, I would rate it a 5/10 for general MCP capabilities.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 20 |
Number of Stars | 138 |
Frequently asked questions
- What is the EdgeOne Pages MCP Server?
It's a Model Context Protocol (MCP) service that lets you deploy HTML files, folders, or zip archives to EdgeOne Pages, instantly creating a public URL. It enables AI agents, development tools, and automation pipelines to publish static sites or content programmatically.
- What are common use cases?
Typical uses include automating static website deployment, CI/CD for documentation or project previews, AI-driven documentation hosting, and educational prototyping—any workflow where instant web publishing is required.
- How do I secure my API keys when deploying?
Always use environment variables to store sensitive credentials like API tokens. In your MCP server config, set the 'EDGEONE_PAGES_API_TOKEN' using environment variables to avoid exposing sensitive data in code.
- Does it support deploying zipped projects?
Yes, you can deploy zipped files, folders, or HTML directly—these are instantly published to EdgeOne Pages and accessible via a public URL.
- Is this MCP server suitable for general agentic workflows?
This server is highly focused on deployment and excels in automating web content hosting, but it doesn't include tooling or prompt templates for broader agentic use. It's best for teams needing seamless static web publishing via MCP integration.
Automate Your Web Publishing with EdgeOne Pages MCP
Streamline your static site deployment, enable instant previews, and empower AI agents to publish content automatically via the EdgeOne Pages MCP Server.