An open API service indexing awesome lists of open source software.

https://github.com/formulahendry/generator-mcp

Yeoman Generator to quickly create a new MCP Server
https://github.com/formulahendry/generator-mcp

Last synced: about 1 month ago
JSON representation

Yeoman Generator to quickly create a new MCP Server

Awesome Lists containing this project

README

          

# generator-mcp [![NPM Downloads](https://img.shields.io/npm/d18m/generator-mcp)](https://npmjs.org/package/generator-mcp)

Yeoman Generator to quickly create a new MCP Server.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-mcp using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```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!](https://dev.to/formulahendry/create-your-own-mcp-server-from-scratch-38k6)

## License

© [Jun Han](https://github.com/formulahendry)