cloudOfficial
Cloudflare MCP
81
Cloudflare
Interact with Cloudflare services including Workers, KV, R2, D1, and DNS management from your AI editor.
3.4k1.6k/wk9.3K tokens(5%)Officialtoday
Network
cloudflareworkerscdndnsserverless
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"cloudflare-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudflare/mcp-server-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "YOUR_CLOUDFLARE_API_TOKEN",
"CLOUDFLARE_ACCOUNT_ID": "YOUR_CLOUDFLARE_ACCOUNT_ID"
}
}
}
}