mcpserver-ts

mcpserver-ts

3.5

This project provides a template for creating a Model Context Protocol server using TypeScript. It aims to facilitate the generation of mock data quickly and efficiently.

mcpserver-ts

a mcp server template in typescript for quick mock data

Install guide

1. Install Node

Install NodeJS from here

2. Install dependencies

npm install

3. Run (port 3001)

npm run build && node build/index.js

4. Test

npx @modelcontextprotocol/inspector