Cloudflare
Manages Cloudflare services and resources through direct API integration for domains, DNS, security, and performance optimization.
Install in Cursor
Go to: Settings → Cursor Settings → MCP → Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
Note: Example using context7 MCP. For direct installation guide of Cloudflare, go to their repository.
Cursor Remote Server Connection
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
}
}
}
Cursor Local Server Connection
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}