Skip to content
Claude Desktop

MCP Security & Vulnerability Auditor for Claude Desktop

io.github.ansarii/mcp-security-auditor

Static AST security scanner detecting command injection, leaked secrets, and SSRF in MCP tools.

client:Claude Desktop transport:streamable-http

Install MCP Security & Vulnerability Auditor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-security-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://neon_innovation_lab--mcp-security-auditor.apify.actor/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

MCP Security & Vulnerability Auditor in other clients