mcp-server-npm-plus
Provides a comprehensive suite of tools for researching npm packages, enabling AI agents to search the registry, retrieve detailed package metadata and dependency trees, analyze download statistics and trends, compare package popularity, and scan for known vulnerabilities.
mcp-server-npm-plus
npm package research from your AI assistant. Search packages, check bundle sizes, scan for vulnerabilities, compare download counts, and inspect dependency trees. No API keys needed.
npx mcp-server-npm-plusWorks with Claude Desktop, Cursor, VS Code Copilot, and any MCP client. Uses public npm registry APIs.

Demo built with remotion-readme-kit
Why
Choosing between npm packages usually means opening a bunch of browser tabs: npm for package info, Bundlephobia for size, Snyk for vulnerabilities, npm trends for download comparisons. This server puts all of that in one place, accessible through your AI assistant. Ask "compare zustand vs jotai vs valtio" and get download numbers, bundle sizes, and dependency counts side by side. Ask "are there any known vulnerabilities in express?" and get the answer without leaving your editor. It uses only public npm APIs, so there's nothing to sign up for.
Related MCP server: mcp-server-npm
Tools
Tool | Description |
| Search npm packages by query |
| Get detailed info: description, license, repo, dependencies |
| Get download stats for a package |
| Compare download counts across multiple packages |
| Get bundle size (minified + gzip) via Bundlephobia |
| Get vulnerability info and advisory links |
| Show direct dependencies as a tree |
| Daily breakdown with sparkline |
Quick Start
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"npm-plus": {
"command": "npx",
"args": ["mcp-server-npm-plus"]
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"npm-plus": {
"command": "npx",
"args": ["mcp-server-npm-plus"]
}
}
}VS Code
Use the MCP extension and configure the server with npx mcp-server-npm-plus.
Example Prompts
"Search npm for React state management libraries"
"What's the bundle size of lodash?"
"Compare downloads of zustand vs jotai vs valtio"
"Check for vulnerabilities in express"
"Show me the dependency tree for next"
"What are the download trends for typescript this month?"
Development
npm install
npm run typecheck
npm run build
npm test
npm run lint
npm run formatSee also
More MCP servers and developer tools on my portfolio.
Author
README built with README Builder
License
MIT © 2026 Ofer Shapira
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceMCP server for searching npm packagesLast updated14916MIT
- AlicenseAqualityFmaintenanceMCP server to search npm packages, view details, compare, check downloads, and inspect dependencies.Last updated629MIT
- Alicense-qualityCmaintenanceAn MCP server for searching, inspecting, and evaluating NPM packages through health scoring and license risk assessments. It provides comprehensive package analysis including maintenance status, popularity trends, and security vulnerability reports to help users make informed dependency decisions.Last updated3MIT
- AlicenseBqualityCmaintenanceMCP server for npm package management — publish, install, audit, search, security & dependency healthLast updated38351MIT
Related MCP Connectors
Packagephobia MCP — install-size analysis for npm packages
MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages
Bundlephobia MCP — npm bundle-size analysis
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofershap/mcp-server-npm-plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server