mcp-dock

reagent-systems/mcp-dock
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
Browse the MCP Registry and install servers in one place. MCP Dock helps you discover MCP servers, review what they do, and install them into Cursor, Claude Code, and VS Code with a clean, focused workflow.
View on GitHub →

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-dock": {
      "command": "npx",
      "args": [
        "-y",
        "reagent-systems/mcp-dock"
      ]
    }
  }
}

README Excerpt

Browse the MCP Registry and install servers into **Cursor**, **Claude Code**, and **VS Code**. - Desktop app: Electron + Vite + React (source in `src/` + `electron/`) - Website: SvelteKit workspace (source in `website/`) - Browse MCP servers and view their metadata - Install server configs into supported clients (Cursor / Claude Desktop / VS Code)

Topics

mcpmcp-servers