Back to Apps

Cloudflare MCP
by cloudflare
Enterprise-grade read-only access to the entire Cloudflare ecosystem with 354 tools for infrastructure and security audits.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Provides AI assistants with comprehensive, read-only access to Cloudflare infrastructure. It allows users to query DNS records, security settings, WAF rules, and Zero Trust configurations using natural language.
Tools
- Core: Manage accounts, zones, and DNS settings.
- Security: Audit WAF, Firewall, Bot Management, and DDoS protections.
- SSL/TLS: Inspect certificates and mTLS settings.
- Performance: Query Argo, Cache, and Load Balancing.
- Zero Trust: Monitor Access apps, Gateway, and Tunnels.
- Developer Platform: Access Workers, Pages, D1, R2, and KV data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cloudflare": {
"command": "node",
"args": ["/path/to/cloudflare-mcp/dist/index.js"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-api-token-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
git clone https://github.com/pocc/cloudflare-mcp.git && cd cloudflare-mcp && npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json or project .cursor/ using the command 'node' and args pointing to the dist/index.jsClaude Desktop
{"mcpServers": {"cloudflare": {"command": "node", "args": ["/path/to/cloudflare-mcp/dist/index.js"], "env": {"CLOUDFLARE_API_TOKEN": "your-api-token-here"}}}}





