Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Qwen-Agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-Qwen-Agent"
]
}
}
}