/ Directory / Playground / Cloudflare MCP Server
● Official cloudflare ⚡ Instant

Cloudflare MCP Server

by cloudflare · cloudflare/mcp-server-cloudflare

Cloudflare's official MCP server - manage Workers, KV, R2, D1, DNS, and Zones from natural language.

Cloudflare MCP Server is a Model Context Protocol server by cloudflare. Cloudflare's official MCP server - manage Workers, KV, R2, D1, DNS, and Zones from natural language. See the source repo for setup, supported clients, and configuration details.

Why use it

Key features

Live Demo

What it looks like in practice

cloudflare-mcp-server.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare-mcp-server": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "cloudflare-mcp-server": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "cloudflare-mcp-server": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cloudflare-mcp-server": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "cloudflare-mcp-server",
      "command": "TODO",
      "args": [
        "See README: https://github.com/cloudflare/mcp-server-cloudflare"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "cloudflare-mcp-server": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/cloudflare/mcp-server-cloudflare"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add cloudflare-mcp-server -- TODO 'See README: https://github.com/cloudflare/mcp-server-cloudflare'

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use Cloudflare MCP Server

Use Cloudflare MCP Server for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

When to use: You need the capability: Cloudflare's official MCP server - manage Workers, KV, R2, D1, DNS, and Zones from natural language.

Prerequisites
  • MCP server installed — See https://github.com/cloudflare/mcp-server-cloudflare for install instructions
Flow
  1. Install
    Install Cloudflare MCP Server following the README at https://github.com/cloudflare/mcp-server-cloudflare✓ Copied
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use Cloudflare MCP Server to complete the task described in its docs.✓ Copied
    → Agent calls the relevant tool/skill and returns a result

Outcome: Working integration with the capabilities advertised by the project.

Pitfalls
  • README is the source of truth; details here may lag upstream — Check https://github.com/cloudflare/mcp-server-cloudflare for the latest setup steps and tool list

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills