ofershap/mcp-server-npm-plus
FreeNot checkednpm intelligence — search packages, check bundle sizes, scan vulnerabilities, compare downloads.
About
npm intelligence — search packages, check bundle sizes, scan vulnerabilities, compare downloads.
README
npm version npm downloads CI TypeScript License: MIT
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-plus
Works 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.
Tools
| Tool | Description |
|---|---|
search |
Search npm packages by query |
package_info |
Get detailed info: description, license, repo, dependencies |
downloads |
Get download stats for a package |
compare_downloads |
Compare download counts across multiple packages |
bundle_size |
Get bundle size (minified + gzip) via Bundlephobia |
vulnerabilities |
Get vulnerability info and advisory links |
dependency_tree |
Show direct dependencies as a tree |
download_trends |
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 format
See also
More MCP servers and developer tools on my portfolio.
Author
README built with README Builder
License
MIT © 2026 Ofer Shapira
Installing ofershap/mcp-server-npm-plus
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ofershap/mcp-server-npm-plusFAQ
Is ofershap/mcp-server-npm-plus MCP free?
Yes, ofershap/mcp-server-npm-plus MCP is free — one-click install via Unyly at no cost.
Does ofershap/mcp-server-npm-plus need an API key?
No, ofershap/mcp-server-npm-plus runs without API keys or environment variables.
Is ofershap/mcp-server-npm-plus hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install ofershap/mcp-server-npm-plus in Claude Desktop, Claude Code or Cursor?
Open ofershap/mcp-server-npm-plus on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare ofershap/mcp-server-npm-plus with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
