Cloudflare MCP Server
Rank #52,277io.github.itunified-io/cloudflare
Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers
Cloudflare MCP Server is a Model Context Protocol (MCP) server published by itunified-io. It ranks #52,277 of 115,460 servers tracked on MCP Toplist. Cloudflare MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 15, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 63,183 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 cloudflare -e "CLOUDFLARE_API_TOKEN=<your CLOUDFLARE_API_TOKEN>" -e "CLOUDFLARE_ACCOUNT_ID=<your CLOUDFLARE_ACCOUNT_ID>" -- npx -y @itunified.io/mcp-cloudflareReplace each placeholder with your own value before saving.
[mcp_servers.cloudflare]
command = "npx"
args = ["-y", "@itunified.io/mcp-cloudflare"]
[mcp_servers.cloudflare.env]
CLOUDFLARE_API_TOKEN = "<your CLOUDFLARE_API_TOKEN>"
CLOUDFLARE_ACCOUNT_ID = "<your CLOUDFLARE_ACCOUNT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<your CLOUDFLARE_ACCOUNT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<your CLOUDFLARE_ACCOUNT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cloudflare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<your CLOUDFLARE_ACCOUNT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<your CLOUDFLARE_ACCOUNT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-cloudflare"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<your CLOUDFLARE_API_TOKEN>",
"CLOUDFLARE_ACCOUNT_ID": "<your CLOUDFLARE_ACCOUNT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.itunified-io%2Fcloudflare)<a href="https://mcptoplist.com/server/io.github.itunified-io%2Fcloudflare"><img src="https://mcptoplist.com/badge/io.github.itunified-io%2Fcloudflare.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
itunified-io
Other servers by itunified-io
- OPNsense MCP Server#39,941 · 1 ver
- Tailscale#43,556 · 2 vers
- PostgreSQL MCP Server#52,278 · 1 ver
- @itunified.io/mcp-oracle-ol#52,843 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2026.4.10 | Apr 10, 2026 |
Frequently asked questions
- Who maintains Cloudflare MCP Server?
- Cloudflare MCP Server is maintained by itunified-io, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Cloudflare MCP Server listed on the Official MCP Registry?
- Yes — Cloudflare MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cloudflare MCP Server have?
- MCP Toplist tracks 1 version of Cloudflare MCP Server, most recently published on Apr 10, 2026.
- Where can I find the source code for Cloudflare MCP Server?
- The source code for Cloudflare MCP Server is hosted at github.com/itunified-io/mcp-cloudflare.