The npm-audit for MCP servers: scan AI agent tools for dangerous permissions, prompt injection, and data exfiltration risks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-security-scanner": {
"command": "npx",
"args": [
"-y",
"lorbeere711/mcp-security-scanner"
]
}
}
}
Run in terminal:
claude mcp add mcp-security-scanner npx -y lorbeere711/mcp-security-scanner
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-security-scanner": {
"command": "npx",
"args": [
"-y",
"lorbeere711/mcp-security-scanner"
]
}
}
}