cloudflare-mcp-server
Verified Safeby ry-ops
Overview
The server integrates with the Cloudflare API to enable AI agents to manage zones, DNS records, Workers KV storage, cache, and analytics.
Installation
uv run cloudflare-mcp-serverEnvironment Variables
- CLOUDFLARE_API_TOKEN
- CLOUDFLARE_ACCOUNT_ID
Security Notes
The server uses `httpx` for making API requests and retrieves sensitive API tokens from environment variables, which is a good practice. There is no usage of `eval` or other obvious code execution vulnerabilities. Input arguments are passed directly to the Cloudflare API, relying on Cloudflare's own API for input validation and sanitization. The primary security consideration is ensuring the Cloudflare API token has only the minimum necessary permissions to prevent privilege escalation.
Similar Servers
mcp-server-cloudflare
Centralized platform for Cloudflare's Model Context Protocol (MCP) servers, enabling AI clients to interact with diverse Cloudflare services using natural language for configuration, data analysis, and task automation.
google-tag-manager-mcp-server
This server acts as a middleware to connect MCP (Model Context Protocol) clients with the Google Tag Manager API, enabling programmatic management of GTM accounts, containers, and resources.
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
MyMCP
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.