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.

5536 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, 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
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.

6
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.

4
cli-builder

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

2
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.

1
openai-knowledge

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

0
tooluniverse

Use this skill when working with scientific research tools and workflows across bioinformatics, cheminformatics, genomics, structural biology, proteomics, and drug discovery. This skill provides access to 600+ scientific tools including machine learning models, datasets, APIs, and analysis packages. Use when searching for scientific tools, executing computational biology workflows, composing multi-step research pipelines, accessing databases like OpenTargets/PubChem/UniProt/PDB/ChEMBL, performing tool discovery for research tasks, or integrating scientific computational resources into LLM workflows.

0