Manage Cloudflare resources including Workers, KV stores, R2 buckets, and DNS settings directly through Claude.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Create an API token at https://dash.cloudflare.com/profile/api-tokens 2. Include permissions for Workers, KV, R2 as needed 3. Find your Account ID in the Cloudflare dashboard Features: - Deploy and manage Workers - Access KV namespaces - Manage R2 storage buckets
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "mcp-server-cloudflare"],
"env": {
"CLOUDFLARE_API_TOKEN": "...",
"CLOUDFLARE_ACCOUNT_ID": "..."
}
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.