@kodim/mcp-cloudflare-dns
Manages and analyzes Cloudflare DNS, including zones, records (create, update, delete, batch, export/import), analytics, and DNSSEC.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@kodim/mcp-cloudflare-dnslist all DNS records for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kodim/mcp-cloudflare-dns
MCP server for managing and analyzing Cloudflare DNS — zones, records, analytics, and DNSSEC.
Installation
Claude Code
Add to your Claude Code MCP settings (.claude/settings.local.json or global settings):
{
"mcpServers": {
"cloudflare-dns": {
"command": "npx",
"args": ["-y", "@kodim/mcp-cloudflare-dns"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-cloudflare-api-token"
}
}
}
}Cursor / Other MCP Clients
{
"mcpServers": {
"cloudflare-dns": {
"command": "npx",
"args": ["-y", "@kodim/mcp-cloudflare-dns"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-cloudflare-api-token"
}
}
}
}Related MCP server: Cloudflare API MCP
Cloudflare API Token
Create an API token at Cloudflare Dashboard.
Required permissions:
Zone — Read
DNS — Edit
Analytics — Read (for analytics tools)
You can use the "Edit zone DNS" template as a starting point and add Analytics read permission.
Tools
Zones
Tool | Description |
| List all DNS zones. Filter by name, status. |
| Get full details of a zone by ID. |
DNS Records
Tool | Description |
| List records with filters (type, name, content, proxied, search, tag). |
| Get details of a specific record. |
| Create a record (A, AAAA, CNAME, MX, TXT, SRV, etc.). |
| Partially update an existing record. |
| Permanently delete a record. |
Bulk Operations
Tool | Description |
| Create, update, and delete multiple records in one call. |
| Export all records in BIND format (for backups). |
| Import records from BIND format content. |
Analytics
Tool | Description |
| Summary metrics: query count, response times, cache stats. |
| Time-series analytics with configurable intervals. |
DNSSEC
Tool | Description |
| Get DNSSEC status and DS record details. |
| Enable or disable DNSSEC. |
Development
# Install dependencies
npm install --ignore-scripts
# Build
npm run build
# Watch mode
npm run watch
# Test with MCP Inspector
CLOUDFLARE_API_TOKEN=your-token npm run devLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KodimTech/mcp-cloudflare-dns'
If you have feedback or need assistance with the MCP directory API, please join our Discord server