Audits a specific npm package for security vulnerabilities
Scans a package.json file for security vulnerabilities in dependencies
Retrieves detailed information about a specific vulnerability
Provides recommendations for fixing identified vulnerabilities
The NPM Security Audit MCP provides real-time scanning of npm package dependencies to identify security vulnerabilities. It integrates with remote npm registries to deliver comprehensive vulnerability reports with severity levels, CVSS scoring, and CVE references. This tool helps developers maintain secure codebases by identifying potential security issues in their dependencies and providing actionable fix recommendations.
The NPM Security Audit MCP is a powerful tool that helps you identify and address security vulnerabilities in your npm package dependencies. By integrating with remote npm registries, it provides real-time security checks and detailed vulnerability reports.
You can install the NPM Security Audit MCP using one of the following methods:
Add the following MCP configuration to your Claude client:
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": ["-y", "mcp-security-audit"]
}
}
}
git clone https://github.com/qianniuspace/mcp-security-audit.git
cd mcp-security-audit
npm install
npm run build
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": ["-y", "/path/to/mcp-security-audit/build/index.js"]
}
}
}
Once installed, you can use the NPM Security Audit MCP to scan your project's dependencies for vulnerabilities. Simply ask Claude to analyze your package.json file or specific npm packages for security issues.
Example prompts:
The tool provides detailed vulnerability information including:
This MCP is also available through Smithery. To install it automatically via Smithery:
npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claude