npm-helper-mcp

npm-helper-mcp

3.3

If you are the rightful owner of npm-helper-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server for NPM dependency management, providing tools for package search and updates.

NPM Helper MCP is a server designed to assist AI assistants with managing npm package dependencies. It offers a suite of tools to search for npm packages, check for outdated dependencies, and upgrade them to the latest compatible versions. The server ensures that projects remain up-to-date without encountering dependency conflicts. It supports safe upgrades by allowing the use of parameters like 'peer' to ensure compatibility. The server is compatible with LLM applications that support the Model Context Protocol, making it a versatile tool for developers looking to maintain their npm packages efficiently.

Features

  • checkUpdates: Scan package.json for outdated dependencies
  • upgradePackages: Upgrade dependencies to latest versions
  • filterUpdates: Check updates for specific packages
  • resolveConflicts: Handle dependency conflicts
  • setVersionConstraints: Configure version upgrade rules