qwen-code (MCP Server)

GitHub

An open-source AI coding agent that lives in your terminal.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "qwen-code": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-qwen-code"
      ]
    }
  }
}