Selenium
Freeby MCP Community
Selenium MCP server for browser automation, team-ready, MCP-compliant, and easy to share like Playwright MCP.
v1.0.5Added Apr 12, 2026
mcpmodel-context-protocolseleniumwebdriverbrowser-automation
Selenium MCP Server
Selenium MCP server for browser automation, team-ready, MCP-compliant, and easy to share like Playwright MCP.
Installation
Reviews
Installation
Quick install
npx -y selenium-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"selenium": {
"command": "npx",
"args": ["-y", "selenium-mcp-server"]
}
}
}