What problem does it solve?
This Skill scaffolds and deploys remote Model Context Protocol servers on Cloudflare Workers so developers can expose typed tools over HTTPS with optional OAuth protection, removing the complexity of Durable Objects, Wrangler configuration, and local testing.
Core Features & Use Cases
- Cloudflare-specific deployment: Generates a Wrangler-compatible project structure with Durable Object McpAgent entrypoints and deployment-ready configuration.
- Typed tools and validation: Produces tool definitions with Zod schemas for input validation and consistent client contracts.
- OAuth and public modes: Supports both unauthenticated public deployments and OAuth-protected servers with environment secret configuration.
- Use Case: Expose server-side tools to Claude Desktop or other MCP clients by deploying a Workers endpoint that serves MCP over SSE and supports authenticated calls.
Quick Start
Scaffold and deploy a Cloudflare Workers MCP server with typed tools and optional OAuth, then test it locally using the MCP Inspector.