MCP server

Cloudflare
MCPWorkers, KV, and DNS from the chat — first-party.
Cloudflare’s official MCP servers. Bind the account you already operate.
latest·Apache-2.0·Updated this quarter·github.com/cloudflare/mcp-server-cloudflare·Transport: stdio
Claude CodeDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"@cloudflare/mcp-server-cloudflare"
]
}
}
}By Cloudflare
Spec
What the server actually exposes.
workers_list
readWorkers in the account.
kv_get
readRead a KV key.
dns_records
readList DNS records for a zone.
Guardrails
- Account token is yours
- Prefer read scopes first
cloudflare-mcp.mcp/tools
Tools
- read
workers_list
Workers in the account.
- read
kv_get
Read a KV key.
- read
dns_records
List DNS records for a zone.
Last call
{ "ok": true,
"tool": "workers_list",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
