This repository contains a collection of Model Context Protocol (MCP) packages managed by thlee organization.
All packages are published under the @thlee scope with the naming convention @thlee/{name}-mcp.
- Node.js 18+
- pnpm (recommended) or npm
To create a new MCP package, run:
pnpm create-mcpThis will start an interactive script that will:
- Ask for the package name
- Generate a new package based on the template
- Set up the necessary configuration
The template package (packages/template) contains:
- Basic MCP server setup
- TypeScript configuration
- Testing setup
- Documentation template
- CI/CD configuration
MIT