
MCP Cloudflare DNS Server
A Model Context Protocol server implementation that allows AI agents to manage DNS records for domains hosted on Cloudflare by providing tools to list, create, update, and delete various types of DNS records.
README
MCP Cloudflare DNS Server
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains.
Features
- 🔍 List DNS records - View all or filtered DNS records
- 📝 Create DNS records - Add new A, AAAA, CNAME, MX, TXT, and other record types
- ✏️ Update DNS records - Modify existing records
- 🗑️ Delete DNS records - Remove unwanted records
- 🔧 Full Cloudflare API support - Supports proxying, TTL, priority settings
Setup
1. Get Cloudflare API Token
- Go to Cloudflare API Tokens
- Click "Create Token"
- Use "Zone:Edit" template or create custom token with:
- Zone:Read
- Zone:Edit
- Copy your API token
2. Get Zone ID
- Go to your domain in Cloudflare Dashboard
- Copy the Zone ID from the right sidebar
Usage
With Smithery (Cloud)
Deploy directly to Smithery for hosted access.
With npx (Local)
npx -y @thelord/mcp-cloudflare
Environment Variables
Create a .env
file:
CLOUDFLARE_API_TOKEN=your-api-token-here
CLOUDFLARE_ZONE_ID=your-zone-id-here
CLOUDFLARE_EMAIL=your-email@example.com # Optional
Claude Desktop Configuration
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@thelord/mcp-cloudflare"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-api-token",
"CLOUDFLARE_ZONE_ID": "your-zone-id"
}
}
}
}
Available Tools
list_dns_records
List all DNS records or filter by name/type.
get_dns_record
Get detailed information about a specific DNS record.
create_dns_record
Create a new DNS record with specified type, name, and content.
update_dns_record
Update an existing DNS record by ID.
delete_dns_record
Delete a DNS record by ID.
Supported DNS Record Types
- A (IPv4 address)
- AAAA (IPv6 address)
- CNAME (Canonical name)
- MX (Mail exchange)
- TXT (Text)
- NS (Name server)
- SRV (Service)
- CAA (Certificate Authority Authorization)
- PTR (Pointer)
Security
- API tokens are never logged or exposed
- Uses official Cloudflare API with secure authentication
- Supports scoped API tokens for minimal permissions
License
MIT# mcp-cloudflare
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.