Back to MCP Servers
Selenium
A Model Context Protocol server providing web automation capabilities through Selenium WebDriver
browser-automationautomation
By PhungXuanAnh
Installation
npx -y selenium-mcp-serverConfiguration
{
"mcpServers": {
"selenium-mcp-server": {
"command": "npx",
"args": ["-y", "selenium-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes