$ claude mcp add --transport http cloudflare-docs https://docs.mcp.cloudflare.com/mcp copy
Cloudflare’s official remote MCP servers, operated by Cloudflare (
cloudflare/mcp-server-cloudflare).
Why it matters
Finding Cloudflare docs, creating Workers resources, and checking logs meant moving between the dashboard and the docs site. Connect the Cloudflare MCP and you can do all of it from Claude Code through purpose-built servers.
What you can do
Representative tasks from Cloudflare’s official docs:
- Search docs — “Show me how to bind an R2 bucket to a Worker.” (documentation server)
- Create Workers resources — “Create a new KV namespace and D1 database, then wire them into my Worker.” (Workers Bindings)
- Debug logs — “Pull the last hour of error logs for my Worker and tell me what’s failing.” (Observability)
- Browser rendering — “Fetch https://example.com, convert it to markdown, and screenshot the homepage.” (Browser Rendering)
- Internet traffic insights — “Show me global Internet traffic trends and scan this URL for threats.” (Radar)
Grounded in developers.cloudflare.com/agents/model-context-protocol/mcp-servers-for-cloudflare.
Key features
Several remote servers, grouped by purpose:
- Documentation — semantic search over current Cloudflare docs (no auth)
- Workers Bindings — create and manage storage, AI, and compute resources (KV, R2, D1, Workers AI)
- Observability — debug logs and analytics / Logpush, Audit Logs
- Radar — Internet traffic insights and URL scans
- Browser Rendering — fetch pages, convert to markdown, capture screenshots
- All-in-one API server — 2,500+ API endpoints across the platform
Setup
Documentation server (no auth):
claude mcp add --transport http cloudflare-docs https://docs.mcp.cloudflare.com/mcp
Workers Bindings server (OAuth):
claude mcp add --transport http cloudflare-bindings https://bindings.mcp.cloudflare.com/mcp
Notes
- The docs server and Radar work without auth; account-scoped servers use OAuth (or an API token for CI/CD)
- Streamable HTTP (
/mcp) is recommended; legacy SSE (/sse) still works - License — Apache-2.0 (
cloudflare/mcp-server-cloudflare) - A plugin path is also available —
/plugin marketplace add cloudflare/skillsthen/plugin install cloudflare@cloudflare