Mcp Server Cloudflare
About
Manage Cloudflare Workers, KV, R2, DNS, and cache purging from your AI assistant. Vercel, Railway, and Netlify all have MCP servers - now Cloudflare does too!
Details
- Author
- ofershap
- Downloads
- 248
- Categories
- Cloud Service
Jump to
- Manage Cloudflare Workers via AI assistant
- Access Cloudflare KV namespaces and keys
- Interact with Cloudflare R2 object storage
- Configure Cloudflare DNS records
- Purge Cloudflare cache
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server CloudflareCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
cf_zones
List Cloudflare zones (domains)
cf_dns_list
List DNS records for a zone
cf_dns_create
Create a DNS record
cf_dns_delete
Delete a DNS record
cf_workers_list
List Workers scripts
cf_worker_delete
Delete a Workers script
cf_kv_namespaces
List KV namespaces
cf_kv_keys
List keys in a KV namespace
cf_kv_get
Get a value from KV
cf_kv_put
Write a value to KV
cf_kv_delete
Delete a key from KV
cf_r2_buckets
List R2 buckets
cf_cache_purge
Purge Cloudflare cache (all or specific URLs)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server cloudflare": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"env": {
"CLOUDFLARE_API_TOKEN": "your-token"
}
}
}
}
}
McpServers
{
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"env": {
"CLOUDFLARE_API_TOKEN": "your-token"
}
}
}
Manage Cloudflare Workers, KV, R2, DNS, and cache purging from your AI assistant. Vercel, Railway, and Netlify all have MCP servers - now Cloudflare does too!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

