generator-mcp
About
Yeoman Generator to quickly create a new MCP Server
Details
- Author
- formulahendry
- GitHub stars
- 49
- Downloads
- 331
- Categories
- Developer Tools
Jump to
- Creates a new MCP Server project with Yeoman scaffolding.
- Supports debugging in VS Code with integrated MCP Inspector.
- One-command generation via yo mcp.
- Works on any platform with Node.js and npm.
- Follows the standard Yeoman generator format.
First, install Yeoman and generator-mcp globally via npm (Node.js must be pre-installed). Then run yo mcp in your terminal to generate a new project. Open the generated project in VS Code and press F5 to start debugging; MCP Inspector will open automatically in your browser.
generator-mcp 
Yeoman Generator to quickly create a new MCP Server.
Installation
First, install Yeoman and generator-mcp using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-mcp
Create MCP Server project
Generate your new project:
yo mcp
Debug/test MCP Server project in VS Code
Open project in VS Code, press F5 to start debugging!
Wait for a while, MCP Inspector will be automatically opened in your default browser.
Tutorial
Create your own MCP Server from scratch!
License
© Jun Han
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





