C

Cloudflare MCP

Manage Workers, R2, D1, and KV.

Cloudflare·No reviews yet
Repo Docs
Share:

About

Interact with Cloudflare products including Workers, R2 storage, D1 databases, KV, and more.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Cloudflare MCP.

What is the Cloudflare MCP?
The Cloudflare MCP allows interaction with various Cloudflare products like Workers, R2 storage, D1 databases, and KV. It provides a standardized protocol for managing and accessing these services, streamlining development workflows for Cloudflare's edge platform.
How do I install the Cloudflare MCP in an MCP client?
To install the Cloudflare MCP, locate the server in your MCP client's directory, often under 'Developer Tools'. Follow the client's prompts for installation and authentication. Specific steps vary by client, so consult your client's documentation for detailed instructions.
Does the Cloudflare MCP require an API key or other credentials?
Yes, the Cloudflare MCP uses OAuth for authentication. You will need to provide your Cloudflare credentials to authorize your MCP client. This secures your interactions with Cloudflare services and manages access permissions.
What Cloudflare capabilities does this MCP expose?
This MCP is designed to expose capabilities for managing Cloudflare Workers, R2 object storage, D1 SQL databases, and KV key-value stores. It integrates these services through the Model Context Protocol, enabling programmatic interaction.
What is a potential limitation when using the Cloudflare MCP?
A potential limitation is that specific tool details are not listed, which means the exact functionalities exposed might require further investigation. Full utilization depends on understanding the available operations for each Cloudflare product through the MCP.
What is the cost associated with using the Cloudflare MCP?
The cost of using the Cloudflare MCP itself is not specified as it's an interface. However, the underlying Cloudflare services (Workers, R2, D1, KV) have associated usage-based pricing. Consult the Cloudflare website for current pricing details on these services.

Install Cloudflare MCP

Server URL

https://observability.mcp.cloudflare.com/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "cloudflare": {
      "url": "https://observability.mcp.cloudflare.com/mcp",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "cloudflare": {
      "url": "https://observability.mcp.cloudflare.com/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "cloudflare": {
      "type": "http",
      "url": "https://observability.mcp.cloudflare.com/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.