mcp-manager
MCP Manager is a simple web GUI that allows users to manage Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS.
MCP Manager provides an easy-to-use interface for managing various MCP servers, enabling Claude to access private data, APIs, and other services seamlessly. Users can quickly set up connections to popular services like Apple Notes, AWS Knowledge Base, Google Drive, and more, enhancing the capabilities of the Claude app. The application runs entirely client-side, ensuring that user data remains secure and private, as it never leaves the user's computer.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-manager": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-manager"
]
}
}
}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