cloudOfficial
Cloudflare MCP
83
Cloudflare
Interact with Cloudflare services including Workers, KV, R2, D1, and DNS management from your AI editor.
3.6k4.6k/wk9.3K tokens(5%)Official6d ago
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"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Cloudflare MCP. Learn more
Wrangler CLIOfficialworkflow
Official Cloudflare skill for deploying and managing Workers, KV, R2, D1, Vectorize, Queues, and Workflows via Wrangler CLI.
Cloudflare PlatformOfficialbest-practices
Official consolidated skill covering 50+ Cloudflare products across 9 categories including Workers, Pages, DNS, and security.
Build MCP Server on CloudflareOfficialworkflow
Official guide for creating remote MCP servers deployed on Cloudflare Workers.