Back to MCP Servers
🔌

securityfortech/secops-mcp

MIT

🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty huntin

PythonAI & LLMs

Install

npx -y securityfortech-secops-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "securityfortech-secops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "securityfortech-secops-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.