typescript-mcp
Installation
SKILL.md
TypeScript MCP Server on Cloudflare Workers
Build production-ready Model Context Protocol (MCP) servers using TypeScript and deploy them on Cloudflare Workers. This skill covers the official @modelcontextprotocol/sdk, HTTP transport setup, authentication patterns, Cloudflare service integrations, and comprehensive error prevention.
When to Use This Skill
Use this skill when:
- Building MCP servers to expose APIs, tools, or data to LLMs
- Deploying serverless MCP endpoints on Cloudflare Workers
- Integrating external APIs as MCP tools (REST, GraphQL, databases)
- Creating stateless MCP servers for edge deployment
- Exposing Cloudflare services (D1, KV, R2, Vectorize) via MCP protocol
- Implementing authenticated MCP servers with API keys, OAuth, or Zero Trust
- Building multi-tool MCP servers with resources and prompts
- Needing production-ready templates that prevent common MCP errors