cloudflare/mcp
MCP server for the Cloudflare API
Overview
cloudflare/mcp is a TypeScript MCP server licensed under Apache-2.0. MCP server for the Cloudflare API Topics: cloudflare, cloudflare-workers, mcp, mcp-server.
Ranked #904 out of 25632 indexed tools.
In the top 4% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript Apache-2.0
cloudflarecloudflare-workersmcpmcp-server
Signal Breakdown
Stars 262
Freshness 4d ago
Issue Health 33%
Contributors 4
Dependents 0
Forks 19
Description Brief
License Apache-2.0
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
# Cloudflare MCP Server
> A token-efficient MCP server for the entire Cloudflare API. 2500 endpoints in 1k tokens, powered by [Code Mode](https://blog.cloudflare.com/code-mode-mcp/).
## Token Comparison
| Approach | Tools | Token cost | Context used (200K) |
| ------------------------------------------- | ----- | ---------- | ------------------- |
| Raw OpenAPI spec in prompt | — | ~2,000,000 | 977% |
| Native MCP (full schemas) | 2,594 | 1,170,523 | 585% |
| Native MCP (minimal — required params only) | 2,594 | 244,047 | 122% |
| Code mode | 2 | 1,069 | 0.5% |
## Get Started
MCP URL: `https://mcp.cloudflare.com/mcp`
### Option 1: OAuth (Recommended)
Just connect to the MCP server URL - you'll be redirected to Cloudflare to authorize and select permissions.
#### Example JSON Configuration
```json
{
Read full README on GitHub →
Are you the maintainer? Claim this listing