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
A server that connects to the Strava API, allowing language models to access Strava data and features.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
Integrates with Microsoft SharePoint, allowing interaction with documents, folders, and other SharePoint resources.
A remote MCP server deployable on Cloudflare Workers without authentication. It can be deployed via Cloudflare or run locally using npm.
A remote MCP server deployable on Cloudflare Workers without authentication.
Official MCP Server to deploy to Google Cloud Run.
Manage Akamai's edge platform, including properties, DNS, certificates, security, and performance optimization, using AI assistants.
Invoke task chains on the iFlytek SparkAgent Platform.
Create, manage, and explore your content and content model using natural language in any MCP-compatible AI tool.
A server for Kubernetes CLI tools like kubectl, istioctl, helm, and argocd, supporting multi-cluster management via dynamic kubeconfig.