selenium-mcp-server

nayakprashant/selenium-mcp-server
★ 3 stars Python 🤖 AI/LLM Updated 1mo ago
Selenium WebDriver MCP server for AI agents and LLM-powered browser automation
View on GitHub →

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

Topics

ai-agentsautomationbrowser-automationllm-toolsmcpmcp-servermodel-context-protocolselenium-webdriver