bun init -y
bun add @modelcontextprotocol/sdk
bun add zod
bunx @modelcontextprotocol/inspector bun index.ts # if needed
For my claude_desktop_config.json (change if you're someone else):
"man-pages": {
"command": "/Users/peter/.bun/bin/bun",
"args": [
"/Users/peter/Scratchpad/experiments/manunited/index.ts"
]
}