enixjin/mcpserver-ts
If you are the rightful owner of mcpserver-ts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcpserver-ts is a template for creating a Model Context Protocol (MCP) server using TypeScript, designed for quick mock data generation.
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