An open-source AI coding agent that lives in your terminal.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"qwen-code": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qwen-code"
]
}
}
}