Desktop app to discover, install, configure, and monitor MCP servers across Claude Desktop, Claude Code, Cursor, and Windsurf.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "npx",
"args": [
"-y",
"ahfoysal/mcp-server-manager"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-manager npx -y ahfoysal/mcp-server-manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "npx",
"args": [
"-y",
"ahfoysal/mcp-server-manager"
]
}
}
}