npm-helper-mcp
3
NPM Helper is a Model Context Protocol server aimed at facilitating npm package management by providing tools for searching and updating dependencies. It ensures that projects remain up-to-date without version conflicts. The server can be used with LLMs supporting the protocol.
📦 NPM Helper - A tool to assist with npm package management
A Model Context Protocol server for NPM dependency management, offering tools for searching and updating npm packages.
✨ Features
npm-check-updates Tools
- Scan package.json for outdated dependencies.
- Upgrade dependencies to latest versions.
- Handle dependency conflicts.
NPM Search Tools
- Search npmjs.org registry for packages.
- Retrieve version history of packages.
🚀 Installation Guide
- Use with
npx
without local installation. - Install locally using npm.
- Install from source with git clone.
Using with LLMs
The server follows the Model Context Protocol, compatible with LLM applications like Claude, providing various npm operations.