MCP Directory
Back

Qwen-Agent

by QwenLM · Python · ★ 16,625

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

Install

pip install git+https://github.com/QwenLM/Qwen-Agent.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "qwen-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/QwenLM/Qwen-Agent.git"
      ]
    }
  }
}

From the README

[中文](https://github.com/QwenLM/Qwen-Agent/blob/main/README_CN.md) | English 💜 Qwen Chat&nbsp&nbsp | &nbsp&nbsp🤗 Hugging Face&nbsp&nbsp | &nbsp&nbsp🤖 ModelScope&nbsp&nbsp | &nbsp&nbsp 📑 Blog &nbsp&nbsp | &nbsp&nbsp📖 Documentation 📊 Benchmark&nbsp&nbsp | &nbsp&nbsp💬 WeChat (微信)&nbsp&nbsp | &nbsp&nbsp🫨 Discord&nbsp&nbsp Qwen-Agent is a framework for developing LLM applications based on the instruction following, tool usage, planning, and memory capabilities of Qwen. It also comes with example applications such as Browser Assistant, Code Interpreter, and Custom Assistant…
Read full README on GitHub →

Related ai & ml servers