#762 · Primary category: AI Agents & Automation

mcp

cloudflare cloudflare-workers mcp mcp-server

MCP server for the Cloudflare API

Project last updated:08/25/26

GitHub Stars

773

Forks

104

Contributors

9

License

Apache-2.0

Why we included this project

Anyone managing Cloudflare infrastructure who wants an AI agent to handle operational tasks directly will find this server genuinely useful. It exposes the Cloudflare API through the Model Context Protocol, covering Workers, KV, R2, D1, DNS, Pages and more, so an agent can list your Workers, create a KV namespace, or add a DNS record just by describing the task in plain language. The design that makes it practical is code mode: rather than registering thousands of individual endpoint tools that would flood the agent's context window, the server keeps the API spec on its side and lets the agent write small JavaScript snippets to search and call endpoints, returning only the results. That keeps token usage tiny even though the underlying OpenAPI spec is enormous, and the OAuth flow plus an API-token option covers both interactive use and CI/CD automation.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category