Cloudflare MCP
by cloudflare
Token-efficient access to the entire Cloudflare API using Code Mode.
What it does
Cloudflare MCP provides a high-efficiency bridge to the entire Cloudflare API. Instead of exposing thousands of individual tools, it uses a "Code Mode" pattern where the agent writes small snippets of JavaScript to query the API spec and execute requests, drastically reducing token overhead.
Tools
search: Write JavaScript to query the API specification and find the correct endpoints for a task.execute: Write JavaScript to callcloudflare.request()and perform actions across Cloudflare's ecosystem.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cloudflare-api": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}
Supported hosts
- Claude Desktop
- Any MCP-compatible client supporting HTTP/SSE transport.
Quick install
https://mcp.cloudflare.com/mcpInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







