# fluent/fluent-bit | Model Context Protocol (MCP) Server > Fast and Lightweight Logs, Metrics and Traces processor for Linux, BSD, OSX and Windows - **Stars**: ⭐ 8,014 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fluent-bit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fluent-bit" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fluent-bit": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fluent-bit" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fluent-bit` - **Docker**: `docker run -i --rm mcp/fluent-bit`