
MCP Security Audit
Supports UIby qianniuspace
Audit npm package dependencies for security vulnerabilities with real-time registry integration.
What it does
This MCP server allows an AI assistant to perform security audits of npm package dependencies. It integrates with the remote npm registry to identify known vulnerabilities in a project's package.json, providing a critical security layer for development workflows.
Tools
audit: Scans project dependencies and returns a detailed vulnerability report including severity, CVE references, and fix recommendations.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": ["-y", "mcp-security-audit"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Cline
Quick install
npx -y mcp-security-auditInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






