Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.
claude mcp add mcp-launcher -- npx -y curatedmcp
claude_desktop_config.json
{
"mcpServers": {
"mcp-launcher": {
"command": "npx",
"args": [
"-y",
"curatedmcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-launcher": {
"command": "npx",
"args": [
"-y",
"curatedmcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-launcher": {
"command": "npx",
"args": [
"-y",
"curatedmcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-launcher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"curatedmcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-launcher": {
"command": "npx",
"args": [
"-y",
"curatedmcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.oneprofile-dev--mcp-launcher/reviews or the review_server meta-tool.
POST /mcp