Cloudflare MCP Server
Rank #2,148glama/cloudflare/mcp
A token-efficient MCP server that provides access to the entire Cloudflare API (2500+ endpoints) using a code execution pattern, enabling natural language management of Cloudflare services.
Cloudflare MCP Server is a Model Context Protocol (MCP) server published by cloudflare. It ranks #2,148 of 115,460 servers tracked on MCP Toplist, and its repository has 776 GitHub stars. Cloudflare MCP Server is listed across 3 registries — PulseMCP, Glama and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Jan 29, 2026.
Ranks ahead of 113,312 of 115,460 servers on MCP Toplist.
Use Cloudflare MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cloudflare https://mcp.cloudflare.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cloudflare]
url = "https://mcp.cloudflare.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.cloudflare.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudflare": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cloudflare": {
"type": "http",
"url": "https://mcp.cloudflare.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudflare": {
"serverUrl": "https://mcp.cloudflare.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cloudflare": {
"url": "https://mcp.cloudflare.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fcloudflare%2Fmcp)<a href="https://mcptoplist.com/server/glama%2Fcloudflare%2Fmcp"><img src="https://mcptoplist.com/badge/glama%2Fcloudflare%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
cloudflare
Other servers by cloudflare
View all cloudflare servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Cloudflare MCP Server?
- Cloudflare MCP Server is maintained by cloudflare, which publishes 17 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Cloudflare MCP Server listed on the Official MCP Registry?
- Cloudflare MCP Server is not on the Official MCP Registry. It is listed on PulseMCP, Glama and mcp.so.
- How many versions does Cloudflare MCP Server have?
- Cloudflare MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Cloudflare MCP Server?
- The source code for Cloudflare MCP Server is hosted at github.com/cloudflare/mcp.