
Qwen Package Manager
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.
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
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)
Close the page
Resize the browser window
Returns all console messages
Handle a dialog
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 skillsUI 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.
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.
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.
Best practices for creating, optimizing, and deploying MCP servers to Smithery. Use this skill when:(1) Creating new MCP servers for Smithery deployment(2) Optimizing quality scores (achieving 90/100)(3) Troubleshooting deployment issues (0/0 tools, missing annotations, low scores)(4) Migrating existing MCP servers to Smithery format(5) Understanding Smithery's schema format requirements(6) Adding workflow prompts, tool annotations, or documentation resources(7) Configuring smithery.yaml and package.json for deployment
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).
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.