Cloudflare MCP Server

Stablecloud
580 starsTypeScriptCloudflare
GitHub
About

Overview

The Cloudflare MCP Server provides tools for managing Cloudflare's developer platform. AI agents can deploy and manage Workers, interact with KV storage, query D1 databases, manage R2 object storage, configure DNS records, and work with other Cloudflare services.
Capabilities

Tools & Capabilities

list_workers

List deployed Workers

deploy_worker

Deploy a Worker script

kv_get

Get a value from KV storage

kv_put

Put a value in KV storage

d1_query

Execute a query on a D1 database

list_dns_records

List DNS records for a zone

create_dns_record

Create a DNS record

Setup

Installation

bash
Install
npx -y @cloudflare/mcp-server-cloudflare
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": ["-y", "@cloudflare/mcp-server-cloudflare"],
      "env": {
        "CLOUDFLARE_ACCOUNT_ID": "your-account-id",
        "CLOUDFLARE_API_TOKEN": "your-api-token"
      }
    }
  }
}

Quick Info

AuthorCloudflare
LanguageTypeScript
StatusStable
Stars 580
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
CortexAgent Customer Service

Want to skip the form?

Our team is available to help you get started with CortexAgent.

This chat may be recorded for quality assurance. You can view our Privacy Policy.

Cloudflare MCP Server - MCP Server Directory - CortexAgent