brutalzinn/simple-mcp-selenium
An MCP Selenium Server for controlling browsers using natural language in Cursor IDE. Perfect for testing, automation, and multi-user scenarios.
Quick Start
Clone the repository:
git clone https://github.com/brutalzinn/simple-mcp-seleniumClaude Desktop configuration example:
{
"mcpServers": {
"simple-mcp-selenium": {
"command": "npx",
"args": [
"-y",
"brutalzinn/simple-mcp-selenium"
]
}
}
}Check the repository README for specific installation and configuration instructions.