Skip to content

Cloudflare Mcp Cli

Free

by MCP Community

CLI wrapper for the Cloudflare MCP server

v1.0.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Cloudflare Mcp Cli MCP Server

CLI wrapper for the Cloudflare MCP server

Installation

npx -y cloudflare-mcp-cli

Reviews

Leave a Review

Installation

Quick install
npx -y cloudflare-mcp-cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare-mcp-cli": {
      "command": "npx",
      "args": ["-y", "cloudflare-mcp-cli"]
    }
  }
}