goaccess

GitHub

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

RAW Config

Claude Desktop Configuration

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

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