Deploy and manage Cloudflare Workers, KV, R2, and D1 resources
The official Cloudflare MCP Server lets your AI assistant deploy and manage Cloudflare Workers, KV stores, R2 buckets, D1 databases, and other Cloudflare developer platform resources through natural language.
Built by Cloudflare, this server provides comprehensive access to the Cloudflare developer platform. It can create and deploy Workers, manage storage resources, configure DNS, and interact with all major Cloudflare services.
Essential for developers using Cloudflare's edge computing platform who want to manage deployments, debug Workers, and configure infrastructure without leaving their AI workflow.
Add this to your MCP configuration file:
{
"mcpServers": {
"cloudflare": {
"args": [
"-y",
"cloudflare-ai-gateway-mcp-server"
],
"command": "npx"
}
}
}This is a Cloudflare Workers-based MCP server with proper authentication through OAuth, appropriate permissions for its cloud/DevOps purpose, and no significant security vulnerabilities. The code quality is good with some minor environment variable configuration concerns. Supply chain analysis found 12 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 16 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!