ofershap/mcp-server-cloudflare
by Various
MCP server to manage Cloudflare Workers, KV, R2, DNS, and cache from your IDE
MCP
ofershap/mcp-server-cloudflare
Added 1 June 2026
Overview
An MCP server that lets you manage Cloudflare Workers, KV, R2, DNS, and cache directly from your IDE. It uses the Model Context Protocol to expose Cloudflare API operations to AI assistants and development tools. Built in TypeScript, it is a lightweight open-source integration.
Best for
Best for
Developers using Cloudflare who want to manage resources from an AI-assisted IDE
Use cases
- Deploy and update Cloudflare Workers without leaving the editor
- Read and write KV namespace entries and R2 objects
- Flush cache and modify DNS records programmatically
How to use
Tools exposed
cf_zonescf_dns_listcf_dns_createcf_dns_deletecf_workers_listcf_worker_deletecf_kv_namespacescf_kv_keyscf_kv_getcf_kv_putcf_kv_deletecf_r2_bucketscf_cache_purge
Tested with
Claude Desktop, Cursor, VS Code Copilot
Example client config
{\n "mcpServers": {\n "cloudflare": {\n "command": "npx",\n "args": ["-y", "mcp-server-cloudflare"],\n "env": {\n "CLOUDFLARE_API_TOKEN": "your_api_token",\n "CLOUDFLARE_ACCOUNT_ID": "your_account_id"\n }\n }\n }\n} Notes
An MCP server that lets you manage Cloudflare Workers, KV, R2, DNS, and cache directly from your IDE. It uses the Model Context Protocol to expose Cloudflare API operations to AI assistants and development tools. Built in TypeScript, it is a lightweight open-source integration.
3 stars on GitHub. Last updated 2026-03-10. Licensed MIT.
Use cases
- Deploy and update Cloudflare Workers without leaving the editor
- Read and write KV namespace entries and R2 objects
- Flush cache and modify DNS records programmatically
Pros
- Open source and follows the standard MCP protocol
- Directly integrates with Cloudflare’s API for real-time management
- Lightweight TypeScript implementation with minimal dependencies
Cons
- Low star count (3) suggests early stage or limited community adoption
- Requires Cloudflare API credentials and proper permissions setup
- Documentation and examples may be sparse due to low maturity
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and follows the standard MCP protocol
- Directly integrates with Cloudflare's API for real-time management
- Lightweight TypeScript implementation with minimal dependencies
Cons
- Low star count (3) suggests early stage or limited community adoption
- Requires Cloudflare API credentials and proper permissions setup
- Documentation and examples may be sparse due to low maturity
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.