mcp-security-audit
A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.
claude mcp add --transport stdio qianniuspace-mcp-security-audit npx -y mcp-security-audit
How to use
Security Audit Tool is an MCP server that analyzes npm package dependencies for security vulnerabilities by querying a remote npm registry and returning detailed vulnerability data. It supports real-time scanning, severity filtering, CVSS scoring, and CVE references, with recommendations to fix issues. You can run it via NPX (recommended) and configure it in your MCP client (Cline/Cursor) so that the server returns structured vulnerability responses that include package name, version, severity, description, and remediation guidance. The server is compatible with npm, pnpm, and yarn workflows and can provide automatic fix recommendations when possible.
How to install
Prerequisites:
- Node.js and npm (or pnpm/yarn) installed on your machine
- Access to npm registry (public or private as needed)
Option A: Install and run via NPX (recommended):
- Ensure you have npm installed
- Run: npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claude
Option B: Clone and configure manually:
- Clone the repository: git clone https://github.com/qianniuspace/mcp-security-audit.git
- Install dependencies and build: npm install npm run build
- Add MCP configuration to Cursor/Cline: { "mcpServers": { "mcp-security-audit": { "command": "npx", "args": ["-y", "/path/to/mcp-security-audit/build/index.js"] } } }
Additional notes
Notes:
- The MCP server uses a remote npm registry to perform security vulnerability checks and returns detailed results including severity levels, CVSS scores, and CVE references.
- If you deploy locally from source, ensure the built index.js path is correct in the MCP configuration.
- Supported package managers: npm, pnpm, and yarn. The tool can suggest automatic fixes when fixes are available.
- Common env considerations may include network access to the npm registry and appropriate authentication if using a private registry.
Related MCP Servers
gemini -tool
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
ironcurtain
A secure* runtime for autonomous AI agents. Policy from plain-English constitutions. (*https://ironcurtain.dev)
create -app
A CLI tool for quickly scaffolding Model Context Protocol (MCP) server applications with TypeScript support and modern development tooling
mcp_ctl
A package manager to manage all your mcp servers across platforms
grok-faf
First MCP server for Grok | FAST⚡️AF • URL-based AI context • Vercel-deployed
mcp-auth s
🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.