Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Self Hosted EdgeOne Pages

FreeNot checked

Enables AI assistants to deploy and manage static websites via EdgeOne Pages, with one-click deploy and API support.

GitHubEmbed

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:

Deploy with 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>"}'

from github.com/dynamicdevilop/self-hosted-pages-mcp

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-mcp

FAQ

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

Compare 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