Best for
- Developers needing a quick start for MCP development
- Teams wanting standardized MCP server or client project scaffolds
- Developers using TypeScript
This is a CLI tool for scaffolding MCP applications, suitable for developers who need to quickly set up MCP servers or clients. It provides clear usage and examples, but generated code requires further customization.
create-mcp-kit is a CLI tool for scaffolding MCP (Model Context Protocol) applications. It supports generating MCP server and MCP client projects, providing TypeScript support, built-in development tools, configurable project templates, and multiple transport modes (stdio and streamable-http).
Run npm create mcp-kit@latest, yarn create mcp-kit@latest, or pnpm create mcp-kit@latest.