generator-mcp
by: formulahendry
Yeoman Generator to quickly create a new MCP Server
📌Overview
Purpose: The generator-mcp framework aims to simplify the process of setting up a new MCP Server project quickly and efficiently.
Overview: generator-mcp is a Yeoman Generator that provides developers with a streamlined way to create and manage MCP Server projects. The framework enables users to swiftly generate a project structure, facilitating easier development and debugging.
Key Features:
-
Yeoman Generator: Enables quick initialization of a new MCP Server project with minimal setup required, helping to save time and reduce configuration errors.
-
Seamless Debugging in VS Code: Offers integrated debugging capabilities within Visual Studio Code, allowing developers to press
F5
to start debugging and automatically launch the MCP Inspector in the 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!
https://dev.to/formulahendry/create-your-own-mcp-server-from-scratch-38k6
License
© Jun Han
https://github.com/formulahendry