claudekit / tools / cloudflare
[ MCP · DevOps ]

Cloudflare

Cloudflare's official remote MCP servers, operated by Cloudflare. Search docs, manage Workers bindings, debug logs, and render pages from Claude Code.

$ 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/skills then /plugin install cloudflare@cloudflare
§ 6

See also

same category · curated
[01]
[MCP] Sentry · Sentry's official remote MCP server, hosted by Sentry. Pull errors, stack traces, and releases into Claude Code and run Seer root-cause analysis.
tool · claudekit.io / tools / sentry
[02]
[MCP] Vercel · Vercel's official remote MCP server, hosted by Vercel. Inspect deployments, read build and runtime logs to find failures, and search the docs from Claude Code.
tool · claudekit.io / tools / vercel
[03]
[Skill] Google Skills · Agent Skills for Google products and technologies — maintained by Google. The repo ships 13 skills: 7 foundational (Gemini API, AlloyDB, BigQuery, Cloud Run, Cloud SQL, Firebase, GKE basics), 3 recipes (Google Cloud onboarding, auth, network observability), and 3 Well-Architected Framework skills (security, reliability, cost optimization), so Claude Code pulls in Google Cloud guidance automatically when those topics come up.
tool · claudekit.io / tools / google-skills
§ 7

Frequently Asked Questions

frequently asked
§ 7.1
What is the Cloudflare MCP?
A set of official remote MCP servers operated by Cloudflare (`cloudflare/mcp-server-cloudflare`). Separate servers cover documentation search, Workers bindings, observability, Radar, browser rendering, and more.
§ 7.2
Where does it work?
It works in Claude Code and Claude Desktop. All servers are remote-hosted, so there's no local MCP server to run.
§ 7.3
How do I install it?
Add the docs server with no auth: `claude mcp add --transport http cloudflare-docs https://docs.mcp.cloudflare.com/mcp`. For account-scoped servers (e.g. Workers Bindings), add the server then authenticate via `/mcp` (OAuth).
§ 7.4
What can I do with it?
Search Cloudflare docs, create KV/R2/D1/Workers AI bindings, read Worker error logs, and fetch a page to convert to markdown and screenshot. For example: "Show me how to bind an R2 bucket to a Worker."
§ 7.5
What's the license?
The server code (`cloudflare/mcp-server-cloudflare`) is published under Apache-2.0. Cloudflare's own pricing applies separately.