Cloudflare MCP Servers
Cloudflare's official remote MCP servers for docs, Workers bindings, builds, observability, containers and browser rendering.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Developers on Cloudflare who want an assistant to read logs, inspect Workers and look up platform docs.
About Cloudflare MCP Servers
This repository holds Cloudflare's domain-specific remote MCP servers, each a stateless streamable HTTP endpoint: documentation search, Workers bindings, Workers Builds, observability logs and analytics, sandbox containers and Browser Run for fetching and screenshotting pages. Cloudflare recommends its separate Code Mode server at mcp.cloudflare.com for broad API access. The servers can read account configuration and, with permission, make changes.
Cloudflare MCP Servers is an open-source project written primarily in TypeScript, with 4.3k stars on GitHub. It was last updated in September 2026.
Add Cloudflare MCP Servers to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http cloudflare-mcp-servers https://docs.mcp.cloudflare.com/mcpCursor
{
"mcpServers": {
"cloudflare-mcp-servers": {
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}VS Code
{
"servers": {
"cloudflare-mcp-servers": {
"type": "http",
"url": "https://docs.mcp.cloudflare.com/mcp"
}
}
}Codex
codex mcp add cloudflare-mcp-servers --url https://docs.mcp.cloudflare.com/mcpCloudflare MCP Servers vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Cloudflare MCP Serversthis listing | 4.3k | TypeScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
