Cloudflare MCP servers
Current Spec Verified Confidence: High (0.95)Cloudflare MCP servers is an MCP server published by Cloudflare with verified support for the current MCP specification revision (2026-07-28). It is the first-party server from Cloudflare. Last verified 2026-08-07.
Does Cloudflare MCP servers support the current MCP specification (2026-07-28)?
Yes. Cloudflare MCP servers has verified support for MCP revision 2026-07-28, the current stable specification (last verified 2026-08-07).
Is Cloudflare MCP servers a first-party (official) MCP server?
Yes. Cloudflare MCP servers is the first-party MCP server published by Cloudflare (last verified 2026-08-07).
How do I connect to Cloudflare MCP servers?
Cloudflare MCP servers is available via a hosted remote endpoint at https://docs.mcp.cloudflare.com/mcp, the official MCP Registry under com.cloudflare.mcp/mcp, the source repository at https://github.com/cloudflare/mcp-server-cloudflare. Authentication: oauth. Transports: streamable-http.
Does Cloudflare MCP servers support MCP revision 2026-07-28?
Yes. Cloudflare MCP servers supports MCP revision 2026-07-28 (checked 2026-08-07).
When were Cloudflare MCP servers's facts last verified?
2026-08-07. Each fact on this page links to the sources used to verify it.
Which MCP concepts apply to Cloudflare MCP servers?
- Stateless core - The 2026-07-28 revision's redesign of MCP from a bidirectional stateful protocol into a request/response stateless one: the initialize handshake and protocol-level session are removed, every request carries its protocol version, client identity, and capabilities in _meta, and any request can land on any server instance behind a plain load balancer.
- Streamable HTTP - MCP's HTTP transport, introduced in the 2025-03-26 revision as the replacement for the original HTTP+SSE transport. A single endpoint accepts JSON-RPC POST requests; since 2026-07-28, requests must carry the Mcp-Method and Mcp-Name headers for header-based routing, and the legacy HTTP+SSE transport is formally deprecated.
Cloudflare publishes a set of product-specific MCP servers, hosted by
Cloudflare on mcp.cloudflare.com subdomains. The documentation
enumerates sixteen endpoints, covering documentation, Workers bindings,
builds and observability, Radar, containers, browser rendering, logs, AI
Gateway, AutoRAG, audit logs, DNS analytics, DEX, CASB and GraphQL.
Connections authorize through OAuth, where the user selects the
permissions granted to the agent.
Cloudflare's changelog of 2026-07-28 states the servers support the 2026-07-28 revision, and that each request runs on a fresh stateless server with no MCP protocol session and no protocol-specific Durable Object. The servers also accept stateless requests from 2025-era Streamable HTTP clients.
The /sse URLs were not removed. Cloudflare's documentation states they
remain available as aliases for the same Streamable HTTP handler but no
longer serve the deprecated HTTP+SSE transport, so a client pinned to
SSE transport must switch to Streamable HTTP or automatic detection.
Cloudflare separately operates an API-wide server at
https://mcp.cloudflare.com/mcp, built on a code-execution pattern with
three tools fronting the Cloudflare API. That server is a distinct
product from the sixteen product-specific endpoints and is not covered by
this record.
Which MCP spec revisions does Cloudflare MCP servers support?
Cloudflare MCP servers has 1 verified spec-support record. Each row lists the revision, the verified status, the evidence URL, and the date that fact was last checked.
| Spec revision | Status | Last checked | Evidence |
|---|---|---|---|
| MCP 2026-07-28 | Supported | Source |
How widely adopted is Cloudflare MCP servers?
Ranked #7 in The MCP 500 with Adoption Index 89.42 (snapshot , methodology v1).
| Measurement | Value | Source |
|---|---|---|
| Official MCP Registry | yes | API · |
| GitHub stars | 4,074 | API · |
| GitHub forks | 476 | API · |
| Last push | 2026-08-11T11:45:57Z | API · |
| Repository archived | no | API · |
How was this verified, and what are the sources?
Verified · method: endpoint-probe
· confidence 0.95 (High).
- Cloudflare developer changelog entry dated 2026-07-28 - states "Cloudflare's product-specific MCP servers now support the new MCP 2026-07-28 Specification" and "Each request runs on a fresh stateless server without an MCP protocol session or protocol-specific Durable Object" - accessed
- Cloudflare docs page "Cloudflare's own MCP servers" - enumerates sixteen /mcp endpoints, states the servers support the 2026-07-28 specification and stateless requests from 2025 Streamable HTTP clients, and that historical /sse URLs remain as aliases that do not serve the deprecated HTTP+SSE transport; authorization is OAuth with scope selection - accessed
- Official MCP Registry record com.cloudflare.mcp/mcp version 1.0.0 - lists fifteen streamable-http product remotes on mcp.cloudflare.com subdomains plus matching sse aliases - accessed
- cloudflare/mcp-server-cloudflare releases - per-package tags dated 2026-07-30 including workers-observability@0.5.3, workers-bindings@0.5.3, workers-builds@0.2.3 and stack-mcp@0.1.3 - accessed
- Endpoint probe of https://docs.mcp.cloudflare.com/mcp - answered server/discover at 2026-07-28; tools/list returned 2 tools - accessed