browser automation

Selenium Mcp Server

A Model Context Protocol server providing web automation capabilities through Selenium WebDriver

python
local
macos
windows
linux
browser automation
0
View on GitHub

Installation

npx -y PhungXuanAnh/selenium-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "selenium-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "PhungXuanAnh/selenium-mcp-server"
  ]
}

About This MCP Server

PhungXuanAnh/selenium-mcp-server

A Model Context Protocol server providing web automation capabilities through Selenium WebDriver

GitHub: https://github.com/PhungXuanAnh/selenium-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub