The reputation layer for AI skills, tools & agents

cloudflare/mcp

Score: 43.4 Rank #904

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

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 18 open vs 9 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for cloudflare/mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/cloudflare--mcp)](https://agentrank-ai.com/tool/cloudflare--mcp)
<a href="https://agentrank-ai.com/tool/cloudflare--mcp"><img src="https://agentrank-ai.com/api/badge/tool/cloudflare--mcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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