Back to directory
phungxuananh/selenium-mcp-server

phungxuananh/selenium-mcp-server

@PhungXuanAnh

A Model Context Protocol (MCP) server that provides web automation capabilities through Selenium WebDriver, allowing AI assistants to navigate pages, interact with elements, take screenshots, and more.

seleniumweb-automationbrowserpythonselenium-webdriverchromeautomation

Installation & Configuration

{
  "mcpServers": {
    "selenium": {
      "command": "python",
      "args": [
        "-m",
        "mcp_server_selenium",
        "--port",
        "9222",
        "--user_data_dir",
        "/tmp/chrome-debug"
      ],
      "env": {}
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17