🛠️ One-line, generic installer that fetches a fresh client_id from any MCP server's /install-info endpoint, safely stores it in ~/.mcp/mcp.json and never overwrites existing configs
{
"mcpServers": {
"mcpiinstall": {
"command": "npx",
"args": [
"-y",
"@mcpi/install"
]
}
}
}