MCPHub-Desktop

skrstop/MCPHub-Desktop
★ 2 stars TypeScript Browser/Web Updated today
本项目想解决的是另一个问题:个人开发者/普通用户在自己电脑上同时使用 Claude Desktop、Cursor、Cherry Studio、各类 IDE 插件等多种 MCP Client 时,本地散落着大量 MCP Server 配置,缺乏一个统一的本地管理入口
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": {
    "mcphub-desktop": {
      "command": "npx",
      "args": [
        "-y",
        "skrstop/MCPHub-Desktop"
      ]
    }
  }
}

README Excerpt

> ## ⚠️ 重要声明(请先阅读) > > - 仓库内的 [`mcphub-origin/`](./mcphub-origin) 目录 **不属于本项目**,它是第三方开源项目 [samanhappy/mcphub](https://github.com/samanhappy/mcphub) 的源码快照,**版权归原作者 [@samanhappy](https://github.com/samanhappy) 及其贡献者所有**。 > - 之所以把它放进仓库,仅用于:① 让本项目的改写过程可追溯;② 方便比对桌面端与 Web 端的差异;③ 离线查阅原文档。 > - **本项目自身的代码只包含**:[`frontend/`](./frontend)、[`src-tauri/`](./src-tauri)、[`scripts/`](./scripts)、[`locales/`](./locales) 以及根目录配置文件。