Skip to content

Quick Start

  • Node.js 20+
Terminal window
npx @himorishige/hatago-mcp-hub init

Claude Code .mcp.json:

{
"mcpServers": {
"hatago": {
"command": "npx",
"args": [
"@himorishige/hatago-mcp-hub",
"serve",
"--stdio",
"--config",
"./hatago.config.json"
]
}
}
}
Terminal window
npx @himorishige/hatago-mcp-hub serve --stdio --config ./hatago.config.json