A minimal, stateless MCP server that runs on Cloudflare Workers using createMcpHandler from the Agents SDK. It demonstrates a simple 'hello' tool and requires no Durable Objects or persistent state.
A template for deploying remote Model Context Protocol servers on Cloudflare Workers without authentication. It enables users to define custom tools and access them through an SSE endpoint from clients like Cloudflare AI Playground or Claude Desktop.
A template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth authentication and SSE transport. It enables LLM clients to securely access and execute tools hosted in a serverless environment.
A template for deploying an unauthenticated Model Context Protocol server on Cloudflare Workers using Server-Sent Events (SSE). It enables users to host remote MCP tools accessible via the Cloudflare AI Playground or local clients like Claude Desktop.
A template for deploying a remote, unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers using Server-Sent Events. It enables developers to host custom tools remotely and connect them to MCP clients like Claude Desktop or Cloudflare AI Playground.
A template for deploying Model Context Protocol servers on Cloudflare Workers without authentication. Enables users to create custom MCP tools and connect them to AI clients like Claude Desktop or Cloudflare AI Playground.