MCP Cloudflare for Cursor
io.github.crunchtools/cloudflare
Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules
client:Cursor
transport:stdio
runtime:pypi
Install MCP Cloudflare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloudflare": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-cloudflare-crunchtools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs