qwen-mcp-tool

jeffery9/qwen-mcp-tool
★ 29 stars TypeScript 🤖 AI/LLM Updated 15d ago
MCP server that enables AI assistants to interact with Qwen code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qwen-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "jeffery9/qwen-mcp-tool"
      ]
    }
  }
}