---
slug: "mcpserver"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/enixjin/mcpserver-ts@main/README.md"
repo: "https://github.com/enixjin/mcpserver-ts"
source_file: "README.md"
branch: "main"
---
# mcpserver-ts
a mcp server template in typescript for quick mock data


# Install guide

## 1. Install Node
Install NodeJS from [here](https://nodejs.org/en)

## 2. Install dependencies
> npm install

## 3. Run (port 3001)
> npm run build && node build/index.js

## 4. Test
> npx @modelcontextprotocol/inspector
