Back to Browse

Npm MCP Server

Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

npm search MCP — find packages, view details, compare, check downloads.

About

npm search MCP — find packages, view details, compare, check downloads.

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (20/21 approved).

8 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ofershap-npm-search": {
      "args": [
        "-y",
        "mcp-server-npm-search"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MCP Server npm — Search, Compare & Inspect Packages from AI

npm version npm downloads CI License: MIT

An MCP server that lets your AI assistant search npm, compare packages, check download stats, and inspect dependencies. No API keys needed.

You: "Compare react vs preact — size, downloads, and dependencies"
AI:  react: 45.5kb min, 25M weekly downloads, 3 deps
     preact: 4.2kb min, 3.8M weekly downloads, 0 deps

Works with Claude Desktop, Cursor, and VS Code Copilot.

MCP server npm demo — comparing react vs preact from Claude Desktop

Tools

ToolWhat it does
npm_searchSearch npm packages by keyword
npm_infoGet detailed package info (version, license, deps, maintainers)
npm_downloadsGet download statistics (daily, weekly, monthly, yearly)
npm_versionsList recent versions of a package
npm_compareCompare two packages side by side
npm_depsList all dependencies of a package

Quick Start

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": ["-y", "mcp-server-npm"]
    }
  }
}

With Cursor

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": ["-y", "mcp-server-npm"]
    }
  }
}

Examples

Ask your AI assistant:

  • "Search npm for state management libraries"
  • "Show me info about the express package"
  • "Compare react vs preact"
  • "How many downloads does zod get per month?"
  • "What are the dependencies of next?"
  • "List recent versions of typescript"

Development

npm install
npm test
npm run build

Author

Made by ofershap

LinkedIn GitHub


README built with README Builder

License

MIT © Ofer Shapira

Reviews

No reviews yet

Be the first to review this server!

Npm MCP Server - npm search MCP — find packages, view details, compare, | MCP Marketplace