router (MCP Server)

GitHub

๐Ÿค– A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "router": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-router"
      ]
    }
  }
}