Back to MCP Catalog
Cloudflare MCP Server
Cloud PlatformsTypeScript
A Model Context Protocol server for Cloud Platforms

About this MCP

The Cloudflare MCP Server provides a standardized interface for large language models to interact with Cloudflare's API ecosystem. It enables natural language control of Cloudflare services including Workers, KV, D1 databases, R2 storage, and more through the Model Context Protocol (MCP). With this integration, you can deploy Workers, manage databases, transfer data between services, and perform other Cloudflare operations using conversational prompts in Claude Desktop or any other MCP-compatible client. The server handles authentication and translates natural language requests into appropriate API calls.

Documentation

Overview

The Cloudflare MCP Server implements the Model Context Protocol (MCP) to allow AI assistants like Claude to interact with your Cloudflare account and services through natural language. This integration enables you to manage Cloudflare resources without having to write code or navigate the dashboard.

Installation

  1. Install the MCP server by running:

    npx @cloudflare/mcp-server-cloudflare init
    
  2. The server will automatically start and run on the default MCP port (8000).

  3. If you're not already authenticated with Cloudflare, the server will automatically run npx wrangler login and prompt you to complete the authentication process in your browser.

  4. Once the server is running, restart your MCP client (like Claude Desktop) to connect to the server.

Available Tools

The Cloudflare MCP Server provides access to various Cloudflare services through the following tool categories:

Account Management

  • View account details and settings
  • List available accounts and zones
  • Manage account-level configurations

Workers

  • Deploy new Workers applications
  • List existing Workers
  • Update Worker code and configurations
  • Create and manage Durable Objects

Storage Services

  • KV (Key-Value): Create namespaces, read/write key-value pairs
  • R2: Manage buckets and objects in Cloudflare's object storage
  • D1: Create and query SQL databases

Networking

  • Configure DNS settings
  • Manage custom domains
  • Set up redirects and routing rules

Analytics

  • View performance metrics and usage statistics (requires paid Workers plan)
  • Monitor traffic patterns and errors

Usage Examples

Here are some examples of natural language commands you can use:

  • "Deploy a new Worker with a simple Hello World example"
  • "List all my KV namespaces"
  • "Create a new D1 database named 'customer-data'"
  • "Show me the code for my Worker named 'api-gateway'"
  • "Copy all entries from KV namespace 'settings' to R2 bucket 'backups'"
  • "Query my D1 database to show all users who signed up this month"

Premium Features

Some capabilities require a paid Cloudflare Workers plan:

  • Observability and analytics features
  • Advanced D1 database capabilities
  • Higher usage limits for Workers and other services

Troubleshooting

If you encounter issues:

  1. Ensure the MCP server is running (check for the server process in your terminal)
  2. Verify your Cloudflare authentication is valid
  3. Restart your MCP client to establish a fresh connection
  4. Check that you have the necessary permissions for the operations you're attempting

For more detailed information, visit the official repository or Cloudflare's documentation.

Related MCPs

MCP GSuite
Cloud PlatformsPython

Interact with Google Workspace services like Gmail and Calendar through Claude

AWS MCP Server
Cloud PlatformsPython

A lightweight service that enables AI assistants to execute AWS CLI commands through the Model Context Protocol.

MCP K8S Go
Cloud PlatformsGo

A Golang-based MCP server for interacting with Kubernetes clusters

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.