MCP ServerFeatured
Cloudflare MCP Server
by Cloudflare
Manage Workers, D1, KV, R2, and Queues with natural language.
About Cloudflare
The Cloudflare MCP server allows users to interact with their Cloudflare account using natural language. Enables tasks such as deploying Workers, managing D1 databases, copying data between KV namespaces and R2 buckets, retrieving analytics, and managing Queues from Claude Desktop, VSCode, and Windsurf.
Tags
cloudworkersd1kvr2
How to install Cloudflare
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-cloudflare"]
}
}
}Example shape only — see the repository for the canonical install command.