$ timeahead.in
/ servers/npm/@cloudflare/mcp-server-cloudflare
npm

@cloudflare/mcp-server-cloudflare

MCP server for interacting with Cloudflare API

4k stars3k/wkupdated 5d agogithub ↗
89good
▣ Overview

What it does

A code-execution MCP server providing broad access to Cloudflare's APIs. Rather than exposing discrete tools, it enables Claude and other MCP clients to execute code against Cloudflare's service portfolio—including DNS, Workers, security policies, analytics, and observability data. Supports both streamable-http (/mcp) and SSE (/sse, deprecated) transports.

Who it's for

DevOps engineers, platform engineers, and developers managing Cloudflare infrastructure who need programmatic access to their account via natural language. Best for users seeking broad API coverage across multiple Cloudflare products; for single-domain focus, Cloudflare also publishes domain-specific servers (Workers Bindings, Observability, etc.).

Common use cases

  • Query and modify DNS records, WAF rules, and security policies from Claude
  • Manage Cloudflare Workers deployments, bindings, and build pipelines
  • Extract and analyze logs, audit trails, and analytics without context-switching
  • Automate routine account administration and cross-service configuration changes
  • Debug application performance and security issues using Cloudflare's diagnostic data

Setup pitfalls

  • Requires Cloudflare API authentication (token)—store as encrypted secrets, never hardcode in .env
  • Filesystem read and write access enabled—sandbox in untrusted environments
  • Outbound network calls to Cloudflare API required—may fail silently behind restrictive firewalls
  • High risk classification due to broad API scope—restrict token permissions to required scopes only and audit usage regularly
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
78
15.5
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.5
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "cloudflaremcp-cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)24
top contributor share24%
releases (1y)100
last release11d ago
ci✓ passing
⛁ Raw data
weekly downloads3k
github stars4k
forks417
open issues67
license✓ present
readme length8122 chars
last publish0d ago
last commit5d ago
last updated1d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points