selenium-mcp-server

harih71research/selenium-mcp-server
★ 0 stars Python 🌐 Browser/Web Updated 2d ago
Selenium MCP Server for Firefox 52.2 ESR - Full browser automation via MCP protocol
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "selenium-mcp-server": {
      "command": "uvx",
      "args": [
        "selenium-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install selenium-mcp-server