Self Hosted EdgeOne Pages
FreeNot checkedEnables AI assistants to deploy and manage static websites via EdgeOne Pages, with one-click deploy and API support.
About
Enables AI assistants to deploy and manage static websites via EdgeOne Pages, with one-click deploy and API support.
README
A self-hosted MCP (Model Context Protocol) solution that enables AI assistants to deploy and manage your static websites directly. Simple setup, ready to use out of the box.
One-Click Deploy
Click the button below to quickly deploy your MCP server on EdgeOne Pages:
Configure MCP Server
After deployment, add the following configuration to your MCP server config file:
{
"mcpServers": {
"edgeone-pages": {
"url": "https://your-custom-domain.com/mcp-server"
}
}
}
Complete Setup
To get the service running properly, you'll also need to:
- Set up KV Storage: For storing website files, view setup guide
- Bind Custom Domain: Get your dedicated access URL, view binding guide
Direct API Access
You can also deploy content directly via API:
curl -X POST https://your-custom-domain.com/kv/set \
-H "Content-Type: application/json" \
-d '{"value": "<html><body><h1>Hello, World!</h1></body></html>"}'
Installing Self Hosted EdgeOne Pages
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/dynamicdevilop/self-hosted-pages-mcpFAQ
Is Self Hosted EdgeOne Pages MCP free?
Yes, Self Hosted EdgeOne Pages MCP is free — one-click install via Unyly at no cost.
Does Self Hosted EdgeOne Pages need an API key?
No, Self Hosted EdgeOne Pages runs without API keys or environment variables.
Is Self Hosted EdgeOne Pages hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Self Hosted EdgeOne Pages in Claude Desktop, Claude Code or Cursor?
Open Self Hosted EdgeOne Pages on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Self Hosted EdgeOne Pages with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
