Cloudflare MCP Server
by Cloudflare
Official remote MCP servers from Cloudflare. Workers, R2, KV, DNS, Workers AI, all from your agent.
MCP
Cloudflare MCP Server
Added 17 May 2026
Overview
Cloudflare ships a suite of official remote MCP servers covering Workers, R2, KV, D1, DNS, Workers AI, and the broader Cloudflare platform. They run as hosted remote MCP, so any compatible client can connect with an API token and operate Cloudflare end to end through an agent.
Best for
Best for
Teams running anything serious on Cloudflare
Use cases
- Deploy a Worker, set DNS, and ship a route in one agent session
- Inspect and rotate KV or R2 storage through an agent
- Manage DNS records and routing across many zones
- Operate Cloudflare AI gateway and Workers AI workloads
Notes
Why it matters
Cloudflare is one of the few major platform vendors to ship a full remote MCP surface in 2025. The agent can drive the edge stack end to end without a local server to manage.
How teams use it in production
Use scoped API tokens per project. Wire the relevant Cloudflare MCP surface into a Claude Code session and the agent can deploy Workers, set DNS, and manage storage without leaving the loop.
What to watch
AWS, GCP, and Azure all need similar first-party MCP surfaces. Cloudflare moving first sets the pattern.
Pros
- Hosted remote MCP, no local server to manage
- Coverage across the full Cloudflare platform
- Strong fit with the agent-deployed-edge-apps pattern
- Token-scoped, can lock down per-zone or per-product
Cons
- Token scoping requires deliberate care, defaults are wide
- Some advanced enterprise features still missing
- Remote-only transport assumes connectivity
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.