
Manage Cloudflare infrastructure via natural language. Control Workers, KV stores, R2 storage, D1 databases, Durable Objects, and Queues. The official Cloudflare MCP integration.
Install via CLI
mog install mogteam/mcp-cloudflareManual config
Cloudflare API token (from dash.cloudflare.com/profile/api-tokens)
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-cloudflare": {
"command": "npx",
"args": [
"-y",
"@cloudflare/mcp-server-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Manage Cloudflare infrastructure via natural language. Control Workers, KV stores, R2 storage, D1 databases, Durable Objects, and Queues. The official Cloudflare MCP integration.
mog install mogteam/mcp-cloudflare
Requires Wrangler authentication. Run
npx wrangler loginfirst if not already authenticated.
cloudflare workers kv r2 d1 infrastructure mcp
Sourced from Cloudflare (official) — ⭐ 2,925 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Cloudflare (official)
github.com/cloudflare/mcp-server-cloudflareThis package is sourced from the above repository and distributed on mog under its original license.
Releases