PhungXuanAnh/selenium-mcp-server
A Model Context Protocol server providing web automation capabilities through Selenium WebDriver
Quick Start
Clone the repository:
git clone https://github.com/PhungXuanAnh/selenium-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"selenium-mcp-server": {
"command": "npx",
"args": [
"-y",
"PhungXuanAnh/selenium-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.