AgentHubAgentHub

Cloudflare MCP Server

MCP ServerMCP Registry官方收录

io.github.itunified-io/cloudflare · v2026.4.10

Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers

概览

Cloudflare MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@itunified.io/mcp-cloudflare"
      ]
    }
  }
}

环境变量

CLOUDFLARE_API_TOKEN可选

Cloudflare API Token with appropriate permissions

CLOUDFLARE_ACCOUNT_ID可选

Cloudflare Account ID (required for account-level operations)

相关资源

统一 Manifest

{
  "id": "io.github.itunified-io/cloudflare",
  "type": "mcp-server",
  "version": "2026.4.10",
  "displayName": "Cloudflare MCP Server",
  "description": "Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers",
  "repository": {
    "url": "https://github.com/itunified-io/mcp-cloudflare",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@itunified.io/mcp-cloudflare",
        "version": "2026.4.10-1",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CLOUDFLARE_API_TOKEN",
            "description": "Cloudflare API Token with appropriate permissions"
          },
          {
            "name": "CLOUDFLARE_ACCOUNT_ID",
            "description": "Cloudflare Account ID (required for account-level operations)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.itunified-io/cloudflare",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.itunified-io%2Fcloudflare/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Cloudflare MCP Server — MCP Server 安装与配置 · AgentHub