Cloudflare Workers MCP Server
Related Servers
Alternatives to Cloudflare Workers MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceExposes Cloudflare DNS, security, redirects and zone-settings functionality as structured tools that AI assistants like Claude Desktop can invoke directly.1819 npmMIT
- AlicenseAqualityCmaintenanceEnables AI assistants to manage Cloudflare resources through natural language, including DNS records, zone management, Workers KV storage, cache purging, and analytics. Supports comprehensive Cloudflare operations with secure API token authentication.132MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Cloudflare infrastructure including DNS records, cache purging, SSL settings, Workers, and analytics through the Cloudflare API. Eliminates dashboard context-switching by allowing natural language control of domain management and infrastructure operations.-
- FlicenseNot gradedqualityCmaintenanceEnables deploying a stateless, unauthenticated Cloudflare Workers endpoint that exposes custom tools to Model Context Protocol clients such as Cloudflare AI Playground and Claude Desktop.-
- AlicenseNot gradedqualityDmaintenanceManage Cloudflare resources such as Workers, KV, R2, D1, Durable Objects, and more using natural language via the Model Context Protocol.1,282 npmApache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables deployment of a remote MCP server on Cloudflare Workers without authentication. Supports custom tools and connections to Cloudflare AI Playground and Claude Desktop.-
TDQS
Scored across 22 tools
Most tools target distinct resources/actions, but there is potential confusion between deploy_worker, create_version, create_deployment, and rollback_worker since they all relate to deployment lifecycle. Similarly, get_worker, get_worker_code, and get_version could be mixed up, though descriptions clarify the differences.
The naming pattern is largely consistent verb_noun (e.g., deploy_worker, list_versions, set_cron_triggers). Minor deviations include health_check (a noun phrase) and set_workers_dev (unusual phrasing), but these do not undermine overall predictability.
With 22 tools, the server is slightly heavy but still well-scoped for the breadth of Cloudflare Workers functionality. Each tool covers a distinct aspect, though a few could be consolidated (e.g., deployment-related commands) to reduce count.
The tool surface is comprehensive, covering Worker CRUD, version/deployment management, domain attachments, cron triggers, logs, settings, and static site deployment. No significant gaps are apparent for typical Workers workflows.