Cloudflare Workers MCP Server
Connect Cloudflare Workers to your AI agents with the Cloudflare Workers MCP server.
Updated
What is Cloudflare Workers MCP?
The Cloudflare Workers MCP server is a Model Context Protocol server that connects Cloudflare Workers to AI agents and assistants as a set of tools. With it connected, an agent can work with Cloudflare Workers (build workers apps with kv/r2/d1/ai) directly — instead of you copying data in and out by hand.
It is a remote MCP server that uses OAuth, so you point your client at the server URL, authorize once, and the Cloudflare Workers tools become available to the model.
Connect the Cloudflare Workers MCP server
Connect Cloudflare Workers MCP to Claude Code
- 1
Add the server
Use `claude mcp add` with the Cloudflare Workers MCP server URL (or its `npx` command), following the official docs.
- 2
Authorize
Complete authentication (OAuth) so Claude Code can call the server.
- 3
Verify
Ask Claude to use a Cloudflare Workers tool to confirm the connection is live.
Connect Cloudflare Workers MCP to Cursor
- 1
Open MCP settings
In Cursor, go to Settings → MCP → Add new server.
- 2
Add Cloudflare Workers
Provide the Cloudflare Workers MCP server URL or command and complete authentication.
- 3
Test
Reference Cloudflare Workers from chat to confirm Cursor can reach the tools.
Using Cloudflare Workers MCP with Gamut
On Gamut, the Cloudflare Workers MCP server becomes a tool your agents use inside an automated, event-driven workflow — triggered by an event or a schedule, acting through Cloudflare Workers and your other connected MCP servers, with the connection managed by Gamut rather than a local config file.
Frequently asked questions
What is the Cloudflare Workers MCP server?
It is a Model Context Protocol server that exposes Cloudflare Workers to AI agents as tools so they can work with it (build workers apps with kv/r2/d1/ai).
How do I connect the Cloudflare Workers MCP server?
Point your MCP client (Claude, Cursor, or Gamut) at the Cloudflare Workers MCP server URL and complete authentication (OAuth). See the official documentation for the exact URL and scopes.
Can I use Cloudflare Workers MCP with Gamut?
Yes — Gamut supports the Cloudflare Workers MCP server, so your agents can use it as a tool in automated, triggered workflows.