Hosting ✓ Official Updated Jan 2026

Cloudflare MCP

Manage Cloudflare Workers, KV, R2, and DNS from your AI assistant.

85 /100
Very Popular Based on GitHub stars

Quick Overview

Everything you need to know about Cloudflare MCP

Best For

  • File management
  • Cloud storage operations
  • Asset handling

Requirements

  • Node.js 18+ or Bun

Quick Start

  1. 1Install via npx or bun
  2. 2Add to your MCP config
  3. 3Restart your AI assistant
  4. 4Start using 0 tool

How good is this MCP?

Our scoring algorithm analyzes multiple dimensions to help you make informed decisions.

66 /100
Good

Score Breakdown by Dimension

This is a simplified score based on publicly available data. Full scoring with all 5 dimensions coming soon!

Adoption How popular and trusted is this MCP?
70

Based on 3.3k GitHub stars

Activity Is this project actively maintained?
60

Last updated 49 days ago

Deterministic Scoring Based on real data from GitHub, npm, and MCP manifests. Same input = same score.
Coming Soon

More insights on the way

Trend Analysis Track how the score evolves over time
Percentile Ranking See where this MCP ranks among all servers
Compare MCPs Side-by-side comparison of similar servers

What can this MCP do?

Explore the 0 tools available in Cloudflare MCP

Tool Discovery Pending

We haven't indexed the tools for this MCP yet. This usually means:

  • The MCP manifest isn't published or is in a custom format
  • Tools are dynamically generated at runtime
  • The repository was recently added to our catalog
Check the GitHub Repository

Get Started in Seconds

Add Cloudflare MCP to your AI coding assistant

4 Compatible IDEs
npx One-command install
2 Required secrets
Choose your IDE:
Config file location ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
JSON
{
  "mcpServers": {
    "cloudflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "your_cloudflare_api_token",
        "CLOUDFLARE_ACCOUNT_ID": "your_cloudflare_account_id"
      }
    }
  }
}
Environment Variables Required These secrets are needed for the MCP to work
  • CLOUDFLARE_API_TOKEN Replace your_cloudflare_api_token with your actual value
  • CLOUDFLARE_ACCOUNT_ID Replace your_cloudflare_account_id with your actual value
1 Save the configuration file
2 Restart Claude Desktop
Ready to use!

Try It Out

Copy these prompts to get started with Cloudflare MCP

How to use these prompts

Open your AI assistant with Cloudflare MCP enabled, paste any prompt below, and watch the magic happen.

4 official examples
Workflows

Use Cases

Common workflows and scenarios for Hosting MCPs

01

Deploy Status

Check deployment status and logs.

What's the status of the latest deployment?
02

Quick Deploy

Trigger deployments from conversation.

Deploy the main branch to production
03

Environment Variables

Manage env vars across environments.

Add DATABASE_URL to production
04

Domain Management

Configure custom domains and DNS.

Add api.example.com to this project

Why use Hosting MCPs?

Key advantages of integrating Cloudflare MCP with your AI assistant

1

Fast Deployments

Deploy without leaving your editor.

2

Quick Debugging

Check logs and status instantly.

3

Multi-Environment

Manage staging and production together.

Example Prompts — Cloudflare MCP
3 prompts

Important Considerations

  • Be careful with production deployments
  • Use preview environments for testing
  • Protect environment variables with secrets
  • Consider using deployment approvals for production
Tools

Common Tool Patterns

Typical tools found in Hosting MCPs

list_deployments read

List recent deployments

get_deployment_logs read

Get deployment build logs

trigger_deploy write

Start a new deployment

set_env_var write

Set environment variable

Works great with

Technologies commonly used with Cloudflare MCP

Frequently Asked Questions