# lightpanda-io/browser | Model Context Protocol (MCP) Server > Lightpanda: the headless browser designed for AI and automation - **Stars**: ⭐ 33,854 - **Language**: Zig - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "browser": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-browser" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "browser": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-browser" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-browser` - **Docker**: `docker run -i --rm mcp/browser`