Cloudflare
Official Cloudflare MCP servers — Workers, KV, R2, D1, DNS, and the rest of the platform from an agent session.
npx mcp-remote https://mcp.cloudflare.com/mcpCloudflare publishes a family of first-party MCP servers, most run as remote, vendor-hosted endpoints rather than something you npx and run locally — connect with mcp-remote or a compatible client and authenticate against your Cloudflare account directly. Coverage spans the platform: Workers deployment, KV and D1 storage, R2 objects, DNS and zone management, and observability, so an agent can operate real Cloudflare infrastructure through natural language instead of the dashboard or a scripted wrangler call for every action.
Because it’s hosted rather than a local process, there’s no runtime to manage — the tradeoff is that every action goes through Cloudflare’s servers under the token’s exact permission scope, so token scoping matters more here than for most local reference servers.
The natural pairing in this catalog is the DevOps & CI/CD category broadly — use it alongside the Git or GitHub MCP servers when a workflow spans “commit code” and “deploy and configure infrastructure” in the same agent session.
Similar MCP Servers
Context7
Pulls current, version-accurate library documentation directly into context — no stale training-data APIs.
Filesystem
Secure, scoped file read/write access to specific local directories.
Git
Read, diff, branch, and commit inside a local Git repository from an agent session.