Amicus for Claude Desktop
io.github.bourbondog/amicus
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
client:Claude Desktop
transport:stdio
runtime:npm
Install Amicus in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus"
],
"env": {
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<AMICUS_SKIP_POSTINSTALL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs