The typescript-mcp-server-generator skill generates a complete Model Context Protocol (MCP) server project in TypeScript with tools, resources, and proper configuration, including project structure setup, transport selection (HTTP or stdio), tool implementation with Zod validation, and error handling. It is for developers building MCP servers who need a structured foundation with best practices for TypeScript configuration, async patterns, and separation of concerns. The skill solves the problem of scaffolding a production-ready MCP server from scratch by providing templates and requirements for server type selection, dependency management, tool registration, and code quality standards.
npx skills add https://github.com/github/awesome-copilot --skill typescript-mcp-server-generator