sz84.net
MCP ServersCloudflare MCP

Cloudflare MCP

Manage your Cloudflare infrastructure directly through your AI assistant. The official Cloudflare MCP server provides tools for managing DNS records, Workers, KV storage, and other edge services. It's a powerful tool for DevOps automation and managing cloud resources using natural language commands.

CloudDNSWorkersOfficialfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "YOUR_API_TOKEN"
      }
    }
  }
}

Key Features

Manage DNS records and zones

Deploy and manage Cloudflare Workers

Interact with KV and R2 storage

Retrieve account and project statistics

Server Details

Manage your Cloudflare infrastructure directly through your AI assistant. The official Cloudflare MCP server provides tools for managing DNS records, Workers, KV storage, and other edge services. It's a powerful tool for DevOps automation and managing cloud resources using natural language commands.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub