☁️ Build a lightweight MCP server for efficient interaction with the complete Cloudflare API, streamlining your cloud management tasks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloudflare-mcp": {
"command": "npx",
"args": [
"-y",
"duciker14/cloudflare-mcp"
]
}
}
}
Run in terminal:
claude mcp add cloudflare-mcp npx -y duciker14/cloudflare-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloudflare-mcp": {
"command": "npx",
"args": [
"-y",
"duciker14/cloudflare-mcp"
]
}
}
}