Cloudflare MCP Server

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account. It is available as a remote MCP endpoint.

Teams that want a hosted cloud infrastructure endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 4,105 · #17 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Cloudflare MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add cloudflare-mcp-server-cloudflare --transport http https://docs.mcp.cloudflare.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cloudflare-mcp-server-cloudflare": {
      "url": "https://docs.mcp.cloudflare.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://docs.mcp.cloudflare.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to docs.mcp.cloudflare.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace com.cloudflare.mcp - domain-verified with the official MCP registry

03 · What Cloudflare MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

[email protected] · 2026-08-11

Return an actionable 410 Gone Problem Details response when a client attempts the removed HTTP+SSE transport with GET /sse. The response explains that clients can configure the existing /sse URL to use Streamable HTTP…

[email protected] · 2026-08-11

Return an actionable 410 Gone Problem Details response when a client attempts the removed HTTP+SSE transport with GET /sse. The response explains that clients can configure the existing /sse URL to use Streamable HTTP…

[email protected] · 2026-08-11

Return an actionable 410 Gone Problem Details response when a client attempts the removed HTTP+SSE transport with GET /sse. The response explains that clients can configure the existing /sse URL to use Streamable HTTP…

04 · Who maintains Cloudflare MCP Server

mcp is maintained by cloudflare. It's the only MCP server we track from this author; the repo dates to Nov 2024.

05 · Facts

category
cloud infrastructure - ranked #17 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-11)
registry
com.cloudflare.mcp/mcp (active, first published 2025-09-16)

06 · Cloudflare MCP Server FAQ

What is Cloudflare MCP Server?

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account. It is available as a remote MCP endpoint.

Is Cloudflare MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Cloudflare MCP Server?

Run `claude mcp add cloudflare-mcp-server-cloudfla --transport http https://docs.mcp.cloudflare.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Cloudflare MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Cloudflare MCP Server