The Cloudflare API MCP server provides access to Cloudflare's API, allowing agents to manage DNS records, firewall rules, and other Cloudflare services. It connects directly to Cloudflare's API, enabling developers to automate tasks like DNS management, security rule updates, and traffic monitoring. Useful for DevOps teams and developers managing web infrastructure.
The Cloudflare API MCP server provides access to Cloudflare's API, allowing agents to manage DNS records, firewall rules, and other Cloudflare services. It connects directly to Cloudflare's API, enabling developers to automate tasks like DNS management, security rule updates, and traffic monitoring. Useful for DevOps teams and developers managing web infrastructure.
npx -y cloudflare-api-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"zueai-cloudflare-api-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y cloudflare-api-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cloudflare api mcp?"
API Key Required
This server requires an API key from cloudflare api mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLOUDFLARE_API_MCP_API_KEY | Yes | Your cloudflare api mcp API key |
"What resources are available in cloudflare api mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cloudflare api mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cloudflare api mcp 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.