The Cloudflare MCP server connects AI agents to Cloudflare's services, including DNS, CDN, and security tools. It exposes APIs for managing web infrastructure, querying DNS records, and configuring security settings. Developers use it to automate web operations, monitor traffic, and enforce security policies.
The Cloudflare MCP server connects AI agents to Cloudflare's services, including DNS, CDN, and security tools. It exposes APIs for managing web infrastructure, querying DNS records, and configuring security settings. Developers use it to automate web operations, monitor traffic, and enforce security policies.
npx -y @cloudflare/mcp-server-cloudflareAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cloudflare-mcp-server-cloudflare-github": {
"command": "npx",
"args": [
"-y",
"npx -y @cloudflare/mcp-server-cloudflare"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cloudflare?"
API Key Required
This server requires an API key from cloudflare. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLOUDFLARE_API_KEY | Yes | Your cloudflare API key |
"What resources are available in cloudflare?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cloudflare"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cloudflare with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.