Cloudflare is a Cloud Platforms MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent workers, KV, R2, D1, DNS management. Install in 1 minute with mcpizy install cloudflare.
Cloud Platforms
Workers, KV, R2, D1, DNS management
Official homepageScored on licence, adoption, maintenance and documentation of cloudflare/mcp-server-cloudflare. We show the grade whether it flatters the server or not.
last commit today · 4,037 stars · Apache-2.0 licence · 55 open issues
Read the full audit on CheckMCPmcpizy install cloudflarenpx -y @cloudflare/mcp-server-cloudflarelist_accountsList Cloudflare accounts
list_zonesList zones (domains) on the account
list_workersList deployed Workers
get_worker_logsFetch logs from a Worker
Inputs
worker_namestringrequiredlist_r2_bucketsList R2 storage buckets
list_kv_namespacesList Workers KV namespaces
search_docsSearch Cloudflare documentation
Inputs
querystringrequiredWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}.cursor/mcp.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}Authenticate via OAuth on first connect (browser-based)
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List my Workers and tell me which ones errored in the last hour”
Uses: list_workers, get_worker_logs
“Show me every R2 bucket in my account”
Uses: list_r2_buckets
“Find Cloudflare docs about configuring D1 databases”
Uses: search_docs
If Cloudflare doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.
The Cloudflare MCP server is an Cloud Platforms Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents workers, KV, R2, D1, DNS management. It exposes Cloudflare's capabilities as tools the AI can call directly from your editor or CLI.
The fastest way is the MCPizy CLI: run `mcpizy install cloudflare` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @cloudflare/mcp-server-cloudflare` and restarting Claude Code.
Yes. The Cloudflare MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Cloudflare account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
Once installed, your AI agent can workers, KV, R2, D1, DNS management directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Cloudflare operations, inspect results, chain Cloudflare with other MCP servers (see our Workflow Recipes), and automate repetitive cloud platforms tasks without leaving your editor.