Back to MCP Servers
Cloudflare Server
Manage Cloudflare Workers, KV, R2, and D1 resources through natural language commands
cloudcloudflareworkersserverlesscommunity
By Cloudflare
Installation
npm install -g @cloudflare/mcp-server-cloudflareConfiguration
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@cloudflare/mcp-server-cloudflare"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-cloudflare-api-token",
"CLOUDFLARE_ACCOUNT_ID": "your-account-id"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes