# allinurl/goaccess | Model Context Protocol (MCP) Server > GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. - **Stars**: ⭐ 20,757 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "goaccess": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-goaccess" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "goaccess": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-goaccess" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-goaccess` - **Docker**: `docker run -i --rm mcp/goaccess`