← Back to Plugins
MCP Server MCP

Cloudflare MCP Pro

github By github 👁 1 views ▲ 0 votes

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "cloudflare-mcp-pro",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cloudflare API token from dash.cloudflare.com/profile/api-tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "CLOUDFLARE_API_TOKEN"
        },
        {
          "description": "Default account ID used when a tool needs an account and you don't pass account_id",
          "name": "CLOUDFLARE_ACCOUNT_ID"
        },
        {
          "description": "Override the API base URL (defaults to https://api.cloudflare.com/client/v4)",
          "name": "CLOUDFLARE_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...