# SeleniumHQ/selenium | Model Context Protocol (MCP) Server > A browser automation framework and ecosystem. - **Stars**: ⭐ 34,364 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "selenium": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-selenium" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "selenium": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-selenium" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-selenium` - **Docker**: `docker run -i --rm mcp/selenium`