Home › Cloud & Monitoring › Cloudflare MCP Pro
Cloudflare MCP Pro
Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.1.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"cloudflare-mcp-pro": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"CLOUDFLARE_API_TOKEN": "<YOUR_VALUE>",
"CLOUDFLARE_ACCOUNT_ID": "<YOUR_VALUE>",
"CLOUDFLARE_API_BASE": "<YOUR_VALUE>"
}
}
}
}
CLOUDFLARE_API_TOKENrequired secret — Cloudflare API token from dash.cloudflare.com/profile/api-tokensCLOUDFLARE_ACCOUNT_ID— Default account ID used when a tool needs an account and you don't pass account_idCLOUDFLARE_API_BASE— Override the API base URL (defaults to https://api.cloudflare.com/client/v4)
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry