If you're building MCP servers on Cloudflare Workers, this gives you the TypeScript setup and transport layer you need. It uses the official Model Context Protocol SDK alongside Hono for routing and Zod for validation. The maintainer explicitly recommends StreamableHTTPServerTransport over the deprecated SSE transport, which makes sense for production deployments where you want better error recovery and bidirectional communication. With 339 installs and some security warnings flagged by auditors, it's seeing real use but worth reviewing the dependencies yourself. It's a practical starting point if you want edge-deployed MCP tooling without reinventing the plumbing.
npx skills add https://github.com/jezweb/claude-skills --skill typescript-mcp