← Back to directory
C

Create MCP Kit

Community
Create MCP (Model Context Protocol) applications with ease
GitHub source repository ↗
★ 97 Stars Category · Dev Tools Popular Source revision c1fd62dba7fa
32FMRS · D
Reliability
2/20
Security and permissions
6/20
Maintenance
10/20
Documentation
8/20
Setup experience
6/20

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.

Read the FMRS scoring method →

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).

Tools

The tool list has not been reviewed yet.

Setup

Run npm create mcp-kit@latest, yarn create mcp-kit@latest, or pnpm create mcp-kit@latest.

Fit and risk

Best for

  • Developers needing a quick start for MCP development
  • Teams wanting standardized MCP server or client project scaffolds
  • Developers using TypeScript

Not for

  • Developers who prefer manual configuration without scaffolding
  • Users needing production deployment configuration (this tool focuses on scaffolding)

Required permissions

  • Requires network access to download dependencies from npm
  • May create files and directories locally

Risks and side effects

  • Generated code includes templates and examples that need customization
  • Third-party dependencies introduce supply chain risks
  • The project is in early stage and may have incomplete features

Troubleshooting

  1. Ensure Node.js and npm/yarn/pnpm are installed and updated
  2. Check network connectivity and npm mirror configuration if installation fails
  3. Refer to project documentation and GitHub Issues for help

Use cases

Quickly create MCP server projects with custom tools, resources, and prompts
Create MCP client projects to connect and use MCP server functionality
Serve as a scaffold for learning and developing MCP applications

Supported clients

Supported clients have not been confirmed yet.