Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Self Hosted Pages

FreeNot checked

Enables AI assistants to deploy and manage static websites on EdgeOne Pages via the Model Context Protocol.

GitHubEmbed

About

Enables AI assistants to deploy and manage static websites on EdgeOne Pages via the Model Context Protocol.

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/Burserk84/self-hosted-pages-mcp

Installing Self Hosted Pages

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Burserk84/self-hosted-pages-mcp

FAQ

Is Self Hosted Pages MCP free?

Yes, Self Hosted Pages MCP is free — one-click install via Unyly at no cost.

Does Self Hosted Pages need an API key?

No, Self Hosted Pages runs without API keys or environment variables.

Is Self Hosted 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 Pages in Claude Desktop, Claude Code or Cursor?

Open Self Hosted 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 Pages with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs