4 months ago
Manage Cloudflare Workers, KV, R2, DNS, and cache purging from your AI assistant. Vercel, Railway, and Netlify all have MCP servers - now Cloudflare does too!
Server Config
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"env": {
"CLOUDFLARE_API_TOKEN": "your-token"
}
}
}
}