Description

Desktop APP for Discover and Install MCP Servers.

Installation

npx -y mcphub-desktop
npm install mcphub-desktop
git clone https://github.com/Jeamee/MCPHub-Desktop

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcphub-desktop": {
      "command": "npx",
      "args": [
        "-y",
        "mcphub-desktop"
      ]
    }
  }
}