
Mcp
Let your coding agent read Cloudflare docs, tune Workers bindings, watch observability signals, and inspect builds or Radar data without leaving the chat.
Overview
Cloudflare MCP is an MCP server for the Operate phase that exposes docs, observability, Workers bindings, builds, and Radar over streamable HTTP for agent-driven edge operations.
What is this MCP server?
- Five streamable-http remotes: docs, observability, bindings, builds, and radar
- Optional Bearer auth via User or Account API tokens when OAuth is not used
- Docs MCP for authoritative Cloudflare reference from the agent
- Observability MCP for production signals tied to your account
- Bindings and builds MCP for Workers deployment workflows
- 5 published streamable-http remote endpoints (docs, observability, bindings, builds, radar)
- 4 remotes support optional secret Authentication header for API tokens
Community signal: 3.8k GitHub stars.
What problem does it solve?
Jumping between Cloudflare dashboards, docs tabs, and your editor breaks flow when you only need one binding change or a quick health check.
Who is it for?
Solo builders shipping on Cloudflare Workers or CDN who want MCP-native docs plus authenticated infra tooling.
Skip if: Teams on other clouds only, or anyone who needs a single self-hosted binary instead of remote HTTP MCP endpoints.
What do I get? / Deliverables
Your agent can query Cloudflare docs and, with tokens, pull account-scoped observability, binding, build, and Radar context in one MCP session.
- Agent-accessible Cloudflare documentation answers
- Account-scoped observability and binding queries when authenticated
- Build and Radar context surfaced through MCP tools
Recommended MCP Servers
Journey fit
Cloudflare MCP remotes sit on the production edge—bindings, observability, and builds are day-two concerns after you ship on Workers or CDN. Infra is the canonical shelf because the authenticated remotes target platform configuration and runtime plumbing rather than greenfield UI or idea research.
How it compares
Remote Cloudflare platform MCP endpoints, not a generic agent skill or third-party Workers tutorial pack.
Common Questions / FAQ
Who is Cloudflare MCP for?
Indie and small-team builders using Cloudflare who want their AI agent to read official docs and optionally manage observability, bindings, and builds via MCP.
When should I use Cloudflare MCP?
Use it during Operate and late Build when configuring Workers, debugging production edge behavior, or verifying builds and network Radar trends from the agent.
How do I add Cloudflare MCP to my agent?
Register the streamable-http remote URLs from the server manifest in your MCP client; add a Bearer API token in the Authentication header for observability, bindings, builds, and radar remotes.