Mcp Server Cloudflare
@ofershap
About Mcp Server Cloudflare
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!
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
],
"env": {
"CLOUDFLARE_API_TOKEN": "your-token"
}
}
}
}Tools
13List Cloudflare zones (domains)
List DNS records for a zone
Create a DNS record
Delete a DNS record
List Workers scripts
Delete a Workers script
List KV namespaces
List keys in a KV namespace
Get a value from KV
Write a value to KV
Delete a key from KV
List R2 buckets
Purge Cloudflare cache (all or specific URLs)
Overview
What is Mcp Server Cloudflare?
Mcp Server Cloudflare is an MCP server that enables AI assistants to manage Cloudflare services including Workers, KV, R2, DNS, and cache purging.
How to use Mcp Server Cloudflare?
—
Key features of Mcp Server Cloudflare
- 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
Use cases of Mcp Server Cloudflare
- Automate Cloudflare resource management through a conversational interface
- Combine Cloudflare operations with other MCP‑connected tools in a single workflow
- Deploy and update Workers without leaving your AI environment
- Perform DNS record changes on demand via natural language
FAQ from Mcp Server Cloudflare
What Cloudflare services does Mcp Server Cloudflare support?
It supports Workers, KV, R2, DNS, and cache purging.
How is this different from other Cloudflare management tools?
It integrates directly with AI assistants through the Model Context Protocol, allowing natural language control instead of a separate UI or CLI.
What runtime or dependencies does Mcp Server Cloudflare require?
—
Where does my Cloudflare data live during use?
—
What authentication or transport mechanisms does Mcp Server Cloudflare use?
—
Frequently asked questions
What Cloudflare services does Mcp Server Cloudflare support?
It supports Workers, KV, R2, DNS, and cache purging.
How is this different from other Cloudflare management tools?
It integrates directly with AI assistants through the Model Context Protocol, allowing natural language control instead of a separate UI or CLI.
Basic information
More Cloud & Infrastructure MCP servers
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Comments