Qwen Package Manager

Qwen Package Manager

cuifuze

Manages MCP server packages in Qwen Code development environments, allowing you to search, install, uninstall, and monitor packages from various registries with automatic rollback capabilities.

Manages MCP server packages within development environments with tools for searching, installing, uninstalling, and health-checking from multiple registries including GitHub and local sources, featuring transactional operations with automatic rollback, environment validation, and audit logging for centralized package lifecycle management.

5552 views3Local (stdio)

What it does

  • Search MCP packages across GitHub and local registries
  • Install and uninstall MCP server packages
  • Health-check running MCP servers
  • Merge server configurations into Qwen settings
  • Perform transactional operations with automatic rollback
  • Generate audit logs for package changes

Best for

Qwen Code developers managing MCP dependenciesTeams needing centralized MCP package lifecycle managementDevelopment environments requiring package validation and monitoring
Transactional operations with rollbackMultiple registry supportBuilt-in environment validation

About Qwen Package Manager

Qwen Package Manager is a community-built MCP server published by cuifuze that provides AI assistants with tools and capabilities via the Model Context Protocol. Qwen Package Manager is a Node.js package manager with npm and Bower package support, transactional installs, rollback, and audit logging. It is categorized under developer tools. This server exposes 22 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install Qwen Package Manager in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Qwen Package Manager is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (22)

browser_close

Close the page

browser_resize

Resize the browser window

browser_console_messages

Returns all console messages

browser_handle_dialog

Handle a dialog

browser_evaluate

Evaluate JavaScript expression on page or element

Qwen MCP Manager

MCP Server for managing other MCP servers in qwen-code.

Getting Started

npm install
npm run build

CLI Usage

After installation or via npx:

# Start the MCP server (stdio)
npx -y qwen-mcp-manager

# Merge MCP servers from a JSON file into ~/.qwen/settings.json
npx -y qwen-mcp-manager apply --file ./mcp.json

# Show help
npx -y qwen-mcp-manager --help

JSON example:

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

Configure in Qwen Code

Use npx (recommended):

{
  "mcpServers": {
    "dgj": {
      "command": "npx",
      "args": ["-y", "qwen-mcp-manager"]
    }
  }
}

Or install globally and use the binary:

{
  "mcpServers": {
    "dgj": {
      "command": "qwen-mcp-manager"
    }
  }
}

Development

npm run dev

Alternatives

Related Skills

Browse all skills
fastapi

Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.

36
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

34
uv-package-manager

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

15
ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

12
mcp-manager

Manage MCP (Model Context Protocol) servers in Claude Code projects. Use this skill when the user requests enabling, installing, disabling, or removing specific MCP servers like context7 or chrome-devtools. Always operates at project level (local scope only).

10
winapp-cli

Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.

9