TL;DR
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.
Cloudflare
Install verified 7 toolsCloud Platforms
Workers, KV, R2, D1, DNS management
Official homepageRepo audit: 83/100 β solid, with minor gaps in docs or maintenance
Scored on licence, adoption, maintenance and documentation of cloudflare/mcp-server-cloudflare. We show the grade whether it flatters the server or not.
last commit yesterday Β· 4,105 stars Β· Apache-2.0 licence Β· 56 open issues
Read the full audit on CheckMCPInstall Cloudflare
mcpizy install cloudflarenpx -y @cloudflare/mcp-server-cloudflareTools exposed
7 tools availablelist_accountsList Cloudflare accounts
list_accountsList Cloudflare accounts
list_zonesList zones (domains) on the account
list_zonesList zones (domains) on the account
list_workersList deployed Workers
list_workersList deployed Workers
get_worker_logsFetch logs from a Worker
get_worker_logsFetch logs from a Worker
Inputs
worker_namestringrequired
list_r2_bucketsList R2 storage buckets
list_r2_bucketsList R2 storage buckets
list_kv_namespacesList Workers KV namespaces
list_kv_namespacesList Workers KV namespaces
search_docsSearch Cloudflare documentation
search_docsSearch Cloudflare documentation
Inputs
querystringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}Authentication setup
- 1
Authenticate via OAuth on first connect (browser-based)
What you can do with Cloudflare MCP
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
Works with
More Cloud Platforms MCPs
Alternatives to Cloudflare
If Cloudflare doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.
Frequently asked questions
What is the Cloudflare MCP server?
Cloudflare is listed as an Cloud Platforms Model Context Protocol server whose documented purpose is to let an MCP-compatible agent workers, KV, R2, D1, DNS management. Client support, permissions and authentication remain specific to the upstream project.
How do I install Cloudflare MCP with Claude Code?
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.
Does MCPizy charge to view or install Cloudflare MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Cloudflare MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Cloudflare MCP?
Its documented purpose is to let an MCP-compatible agent workers, KV, R2, D1, DNS management. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory