Cloudflare chopped its MCP into twelve pieces
Remote MCP servers that let LLM clients manage Cloudflare services through natural language rather than dashboard drudgery.

What it does
This repository hosts a fleet of remote Model Context Protocol (MCP) servers that bridge LLM clients to specific Cloudflare product areas. Instead of one generic API wrapper, you get separate, typed endpoints for Workers bindings, observability logs, browser rendering, DNS analytics, and more. The servers let an LLM read your Cloudflare configuration, suggest changes, and execute them across application development, security, and performance domains.
The interesting bit
Cloudflare split its MCP offering into two distinct philosophies: a general-purpose “Code Mode” server for broad API scripting, and these domain-specific servers for guided, typed interactions. It is a rare case of a vendor explicitly choosing narrower, purpose-built LLM tools over a single do-everything integration, trading flexibility for fewer mistaken API calls.
Key highlights
- Twelve distinct servers covering docs, Workers builds and bindings, observability, containers, browser rendering, Logpush, AI Gateway, audit logs, DNS analytics, DEX, CASB, and GraphQL.
- Supports the newer
streamable-httptransport at/mcp; the older/ssepath is deprecated. - Hosted remotely at
*.mcp.cloudflare.comand consumed directly by MCP clients such as Cursor and Claude. - Also works with OpenAI’s Responses API using scoped Cloudflare API tokens.
Caveats
- The observability server can trigger long chains of tool calls that may hit LLM context limits, causing interrupted replies.
- Some features require a paid Cloudflare Workers plan, though the README does not specify exactly which ones.
Verdict
Worth a look if you already live in Cloudflare’s ecosystem and want your AI assistant to handle operational grunt work. Skip it if you were hoping for a self-hosted, universal API proxy—this is a vendor-managed, product-specific fleet.
Frequently asked
- What is cloudflare/mcp-server-cloudflare?
- Remote MCP servers that let LLM clients manage Cloudflare services through natural language rather than dashboard drudgery.
- Is mcp-server-cloudflare open source?
- Yes — cloudflare/mcp-server-cloudflare is open source, released under the Apache-2.0 license.
- What language is mcp-server-cloudflare written in?
- cloudflare/mcp-server-cloudflare is primarily written in TypeScript.
- How popular is mcp-server-cloudflare?
- cloudflare/mcp-server-cloudflare has 4.2k stars on GitHub and is currently accelerating.
- Where can I find mcp-server-cloudflare?
- cloudflare/mcp-server-cloudflare is on GitHub at https://github.com/cloudflare/mcp-server-cloudflare.