security-mcp-tools

schwarztim/security-mcp-tools
★ 1 stars JavaScript Security Updated 1mo ago
Collection of MCP servers for security tools. Pentesting, OSINT, network analysis, AD attacks, web fuzzing, and more.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "security-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "schwarztim/security-mcp-tools"
      ]
    }
  }
}