PhungXuanAnh/selenium-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"selenium-mcp-server": {
"command": "npx",
"args": [
"-y",
"selenium-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Selenium MCP Server ---
A Model Context Protocol (MCP) server that provides web automation capabilities through Selenium WebDriver. This server allows AI assistants to interact with web pages by providing tools for navigation, element interaction, taking screenshots, and more.
# Install
pip install mcp-server-selenium
# Run
python -m mcp_server_selenium --port 9222 --user_data_dir /tmp/chrome-debug# Clone and setup
git clone https://github.com/PhungXuanAnh/selenium-mcp-server.git
cd selenium-mcp-server
uv sync
# Run
PYTHONPATH=src python -m mcp_server_selenium --port 9222 --user_data_dir /tmp/chrome-debug---
Loading reviews...