claude-hub

marks97/claude-hub
★ 1 stars Swift 🤖 AI/LLM Updated 2d ago
macOS menu bar app for managing MCP server configurations for Claude Desktop
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": {
    "claude-hub": {
      "command": "npx",
      "args": [
        "-y",
        "marks97/claude-hub"
      ]
    }
  }
}

README Excerpt

Native macOS app for managing MCP servers, tools, and Claude Desktop instances per project. Claude Desktop uses one global MCP config. If you work on multiple projects with different servers and secrets, you're constantly editing that file. Claude Hub fixes that — each project gets its own servers, secrets, and tool toggles.