trackmcp
Back to directory
formulahendry

generator-mcp

View on GitHub

Yeoman Generator to quickly create a new MCP Server

47 stars JavaScriptServers & Infrastructure Updated Oct 14, 2025

Documentation

generator-mcp ![NPM Downloads](https://npmjs.org/package/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).

bash
npm install -g yo
npm install -g generator-mcp

Create MCP Server project

Generate your new project:

bash
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

Frequently asked questions

What is generator-mcp?

generator-mcp is Yeoman Generator to quickly create a new MCP Server

How do I install generator-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is generator-mcp open source?

Yes — it is hosted on GitHub at https://github.com/formulahendry/generator-mcp and has 47 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP