About
Overview
The npm MCP Server enables AI agents to interact with the npm registry. It provides tools for searching packages, viewing package metadata and versions, checking for security vulnerabilities, comparing packages, and managing project dependencies.
Capabilities
Tools & Capabilities
⚡search
Search npm packages by keyword
⚡get_package
Get package metadata and latest version
⚡list_versions
List all published versions of a package
⚡get_downloads
Get download statistics for a package
⚡audit
Check for known vulnerabilities in dependencies
Setup
Installation
bash
Install
npx -y mcp-server-npmExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"npm": {
"command": "npx",
"args": ["-y", "mcp-server-npm"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 120
Last UpdatedFeb 12, 2026