strix-mcp-server

karen-claros1212/strix-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated 4d ago
MCP server that exposes Strix penetration testing tools via Model Context Protocol
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "strix-mcp-server": {
      "command": "uvx",
      "args": [
        "strix-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install strix-mcp-server