MCPHub-Desktop
MCPHub Desktop is a user-friendly application that allows non-developers to easily discover, install, and manage Model Context Protocol (MCP) servers without any command-line interface experience.
MCPHub Desktop serves as a comprehensive GUI for managing MCP servers, enabling users to install necessary dependencies like Node.js and Python's uv with just one click. The application provides a straightforward way to browse and install the latest servers from the community, configure environment variables, and uninstall servers that are no longer needed. Its design focuses on making MCP server management accessible to everyone, regardless of technical background. With features such as support for multiple clients and the ability to customize command arguments, MCPHub Desktop aims to streamline the user experience. The project is continuously evolving, with plans to support more clients and additional functionalities based on user feedback. This makes it an ideal tool for anyone looking to engage with MCP servers effortlessly.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcphub-desktop": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcphub-desktop"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions