mcp-station

naryeo628/mcp-station
★ 0 stars TypeScript File System Updated today
Launch all your local MCP servers at once — stdio→SSE gateway + control dashboard.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-station": {
      "command": "npx",
      "args": [
        "-y",
        "naryeo628/mcp-station"
      ]
    }
  }
}

README Excerpt

Launch **all your local MCP projects at once** and manage them from one dashboard — instead of opening a terminal per project. Register your own MCP project folders in a manifest (a TypeScript project runs `npm run start`, a Python one `uv run server.py`, etc.). `mcp-station` runs each in its own directory, wraps **stdio** projects in a local SSE gateway so they

Tools (3)

httpremotetransport