Cloudflare's hosted MCP endpoint at `mcp.cloudflare.com/mcp`. Workers, Pages, DNS, Zones, KV, D1, R2, Hyperdrive, Queues, AI Gateway — all navigable from any MCP client. Authenticate via OAuth in your client, or a scoped API token. Our rollback registry covers the destructive mutations.
Install
1 · Config
MCP server URL:
https://mcp.cloudflare.com/mcp
Append to ENABLED_PLUGINS in wrangler.toml:
mcp-client
Append to ALLOWED_HOSTS:
mcp.cloudflare.com
2 · Secrets
Run each from your Worker project:
-
wrangler secret put MCP_DEFAULT_URLSet to https://mcp.cloudflare.com/mcp
Copy-paste .dev.vars template
MCP_DEFAULT_URL=Set to https://mcp.cloudflare.com/mcp
Once the URL is set, Helm's mcp-list-tools skill will enumerate everything this server exposes; each becomes callable via mcp-call-tool.