EdgeOne Pages MCP Server

$https://edgeone.ai/pages/new?from=github&template=self-hosted-pages-mcp
README.md

Deploy and manage static websites directly through EdgeOne Pages.

Self-Hosted EdgeOne Pages MCP Server

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:

  1. Set up KV Storage: For storing website files, view setup guide
  2. 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>"}'

Tools (1)

kv_setDeploy content directly to KV storage for website hosting.

Configuration

claude_desktop_config.json
{"mcpServers": {"edgeone-pages": {"url": "https://your-custom-domain.com/mcp-server"}}}

Try it

Deploy a new static landing page with the title 'Hello World' to EdgeOne Pages.
Update my website content on EdgeOne using the KV storage API.
Host this HTML snippet on my EdgeOne Pages site: <html><body><h1>My AI Site</h1></body></html>

Frequently Asked Questions

What are the key features of EdgeOne Pages?

Direct file management and website hosting using EdgeOne infrastructure.. Integration with EdgeOne KV Storage for persistent file storage.. Support for custom domain binding to access deployed sites.. Self-hosted solution for AI-driven static site deployment..

What can I use EdgeOne Pages for?

AI assistants automatically deploying static documentation sites.. Managing website content updates via simple API calls through Claude.. Rapid prototyping and hosting of static web pages directly from a chat interface..

How do I install EdgeOne Pages?

Install EdgeOne Pages by running: https://edgeone.ai/pages/new?from=github&template=self-hosted-pages-mcp

What MCP clients work with EdgeOne Pages?

EdgeOne Pages works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use EdgeOne Pages with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free