prowler (MCP Server)

GitHub

Prowler is the world’s most widely used open-source cloud security platform that automates security and compliance across any cloud environment.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "prowler": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-prowler"
      ]
    }
  }
}