MCP server · Indie SaaS infrastructure
Cloudflare MCP server
Cloudflare's official MCP server that gives an agent scoped access to your zones, Workers, KV, R2, and edge configuration.
Verified · editorial policy
Cloudflare MCP server TL;DR
- Server
- Cloudflare MCP server
- Vendor
- Cloudflare
- Category
- Indie SaaS infrastructure
- Distribution
- Remote (hosted URL)
- TL;DR
- Cloudflare's official MCP server lets an agent inspect zones, Workers, and the broader edge surface attached to your Cloudflare account. The right server when your indie SaaS sits behind Cloudflare for DNS, caching, or Workers and you want the assistant to read your real configuration when answering an ops question.
- Founder fit
- If you are using Cloudflare for DNS, caching, or as your edge compute layer, this server lets Claude reason about your actual setup. Ask about cache rules, recently deployed Worker versions, or why a request hit origin – and get an answer grounded in your account, not in generic Cloudflare docs.
- Last verified
- May 22, 2026
What an agent can do with it
Inspect zones and DNS
Read zones, DNS records, and routing rules.
Read Worker deployments
List Workers, recent versions, and bindings.
Inspect KV and R2 metadata
Browse KV namespaces, R2 bucket metadata, and object listings.
Why an indie SaaS founder cares
If you are using Cloudflare for DNS, caching, or as your edge compute layer, this server lets Claude reason about your actual setup. Ask about cache rules, recently deployed Worker versions, or why a request hit origin – and get an answer grounded in your account, not in generic Cloudflare docs.
Install
Access: Authenticated via Cloudflare account scopes.
Claude Desktop
Add the following block to your claude_desktop_config.json and restart Claude:
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.cloudflare.com"]
}
}
}Cursor
Add the following block to .cursor/mcp.json in your home directory or project root:
{
"mcpServers": {
"cloudflare": {
"url": "https://mcp.cloudflare.com"
}
}
}Install snippets are derived from the vendor's published distribution shape. If your client is neither Claude Desktop nor Cursor, see the vendor docs for client-specific configuration.
Cloudflare MCP server – FAQ
Does this expose Worker source code?
Only to the extent your account permissions allow. Treat it like a teammate with your read scope.
Related MCP servers
Vercel MCP server
Vercel's official MCP server that lets an agent inspect deployments, read logs, and reason about projects on your Vercel account.
Supabase MCP server
Supabase's official MCP server that lets an agent inspect schemas, run read queries, and reason about your Postgres database.
Stripe MCP server
Stripe's official MCP server that lets an agent query and act on your Stripe account through scoped API access.
Want an agent that knows your SaaS offer?
Install the UnlockSaaS MCP server alongside this one and the assistant can diagnose your live landing page, pull funnel and pricing teardowns of competitors, and walk the Brunson Playbook with you.