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