Model Context Protocol (MCP) Server: io.github.rog0x/npm
This MCP server provides npm and Node.js package management tools for AI agents. It supports package discovery, retrieval of package metadata, and dependency analysis by examining package.json. It is identified by the slug io-github-rog0x-npm and is categorized under MCP and developer tooling topics.
🛠️ Key Features
- npm package search (
npm_search) with name, description, version, weekly downloads, and last publish date - Package details lookup (
npm_package_info) including versions, dependencies, maintainers, repository URL, license, unpacked size, quality/popularity/maintenance scores, and weekly download count - Dependency audit (
npm_dependency_audit) to find outdated dependencies from apackage.json
🚀 Use Cases
- Search npm packages by keyword for agent workflows
- Inspect npm package metadata before adoption
- Audit project dependencies and identify outdated packages
⚡ Developer Benefits
- Structured outputs for npm registry search and per-package information
- Retrieval of dependency, maintainer, licensing, and popularity/quality metrics
- Automated comparison of dependency versions based on
package.json
⚠️ Limitations
- Described functionality centers on npm and Node.js package management and audits; no additional tools are specified beyond the listed npm functions.