Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Software DevelopmentAuth: OAuth2.1

Cloudflare Workers hosted MCP server

Edge compute

Cloudflare’s Workers Bindings MCP server lets agents work with Cloudflare Workers resources — KV, R2, D1, and other bindings — through OAuth-scoped access to the connected Cloudflare account.

Curated by Published Updated

Server description

Build with Workers bindings from an MCP client

Cloudflare’s Workers Bindings MCP server lets agents work with Cloudflare Workers resources — KV, R2, D1, and other bindings — through OAuth-scoped access to the connected Cloudflare account.

Directory details

Slug
cloudflare-workers
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "cloudflare-workers": {
      "url": "https://bindings.mcp.cloudflare.com/sse"
    }
  }
}

Connection links