
Edgee MCP Server Integration
The Edgee MCP Server connects AI assistants and LLM-based agents with the Edgee API, enabling advanced organization, project, component, and user management for...
Deploy static sites, folders, or zipped assets to EdgeOne Pages instantly—automate hosting and web publishing directly from AI or CI/CD pipelines.
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.
No prompt templates are mentioned in the available documentation or repository.
No explicit MCP resource definitions are detailed in the available documentation or repository.
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.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
"EDGEONE_PAGES_API_TOKEN": ""
}
}
}
}
EDGEONE_PAGES_API_TOKEN
field.{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
"EDGEONE_PAGES_API_TOKEN": ""
}
}
}
}
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
"EDGEONE_PAGES_API_TOKEN": ""
}
}
}
}
env
.{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
"EDGEONE_PAGES_API_TOKEN": ""
}
}
}
}
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"
}
}
}
}
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.
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.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 20 |
Number of Stars | 138 |
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.
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.
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.
Yes, you can deploy zipped files, folders, or HTML directly—these are instantly published to EdgeOne Pages and accessible via a public URL.
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.
Streamline your static site deployment, enable instant previews, and empower AI agents to publish content automatically via the EdgeOne Pages MCP Server.
The Edgee MCP Server connects AI assistants and LLM-based agents with the Edgee API, enabling advanced organization, project, component, and user management for...
The ScreenshotOne MCP Server bridges AI assistants with the ScreenshotOne API, enabling automated website screenshot capture for development, QA, reporting, and...
The 1Panel MCP Server bridges AI assistants and the 1Panel management platform, enabling automation, secure remote operations, and real-time AI integration for ...