Manage Cloudflare DNS records for your domains.
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains.
Deploy directly to Smithery for hosted access.
npx -y @thelord/mcp-cloudflare
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
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@thelord/mcp-cloudflare"],
"env": {
"CLOUDFLARE_API_TOKEN": "your-api-token",
"CLOUDFLARE_ZONE_ID": "your-zone-id"
}
}
}
}
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.
MIT# mcp-cloudflare
Official MCP Server to deploy to Google Cloud Run.
Query OpenAI models directly from Claude using MCP protocol
Interact with Webflow APIs to list and edit your site and CMS data.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Manage DigitalOcean resources and perform actions using the DigitalOcean API.
Interact with the Alpaca trading API for stock trading, account management, and market data using LLMs.
Manage Terraform Cloud infrastructure using natural language via its API.
A remote, authentication-free MCP server deployable on Cloudflare Workers.
Interact with AWS services using the AWS CLI. Requires AWS CLI to be installed and configured.