MCP Directory
Back

Qwen-Agent

by QwenLM · Python · ★ 16,227

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers