Qwen-Agent (MCP Server)

GitHub

Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.

16,968 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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