What is the io.github.ofershap/cloudflare MCP server?
MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE
How to install io.github.ofershap/cloudflare
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cloudflare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
]
}
}
}Claude Code
claude mcp add cloudflare -- npx -y mcp-server-cloudflare-dnsRelated MCP servers
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
View repository →Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
View repository →MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config
View repository →MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
View repository →GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.
View repository →MCP server to create, read, update, list, and search GitHub Gists from your IDE
View repository →