loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-npm-tools

MCP Tool

rog0x/mcp-npm-tools

MCP server for npm: search packages, get info, audit dependencies, check bundle size, compare packages Install: npx @rog0x/mcp-npm-tools

Install

$ npx loaditout add rog0x/mcp-npm-tools

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-npm-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-npm-tools"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-npm-tools

MCP server providing npm and Node.js package management tools for AI agents.

Tools
npm_search

Search the npm registry for packages by keyword. Returns name, description, version, weekly downloads, and last publish date.

npm_package_info

Get detailed information about a specific npm package: all published versions, dependencies, maintainers, repository URL, license, unpacked size, npm quality/popularity/maintenance scores, and weekly download count.

npm_dependency_audit

Analyze a package.json file to find outdated dependencies (compares pinned/range version against latest), deprecated packages, and known security vulnerabilities via the npm bulk advisory API.

npm_bundle_size

Estimate the bundle size of an npm package using the Bundlephobia API. Returns minified size, gzipped size, dependency count, and tree-shaking support indicators.

npm_compare_packages

Compare two or more packages side by side across multiple dimensions: weekly downloads, bundle size, number of runtime dependencies, last publish date, GitHub stars, and license.

Setup
npm install
npm run build
Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "npm-tools": {
      "command": "node",
      "args": ["D:/products/mcp-servers/mcp-npm-tools/dist/index.js"]
    }
  }
}
Development
npm run build   # compile TypeScript
npm start       # run the server
License

MIT

Tags

ai-agentsclaudemcpmodel-context-protocolnodejsnpmpackagestypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/19/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/rog0x/mcp-npm-tools)](https://loaditout.ai/skills/rog0x/mcp-npm-tools)