Mitsuki MCP Audit
by t25bimmer
Efficient security audits for npm dependencies with standardized insights for local and remote projects.
What it does
Provides a specialized interface for performing security audits on npm dependencies. It helps developers identify vulnerabilities in their project dependencies and surface them in a format usable by LLMs for remediation planning.
Tools
audit_dependencies: Scans package.json and lockfiles to identify vulnerable npm packages.get_security_insights: Provides detailed information on specific vulnerabilities found during the audit.
Installation
Build from source:
npm install && npm run build
Add to claude_desktop_config.json:
{
"mcpServers": {
"mitsuki-audit": {
"command": "node",
"args": ["/path/to/mitsuki-mcp-audit/dist/mcpServer.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/14/2026
- stars







