Back to MCP Servers
Simple Mcp Selenium
An MCP Selenium Server for controlling browsers using natural language in Cursor IDE. Perfect for testing, automation, and multi-user scenarios.
browser-automationtestingbrowserautomation
By brutalzinn
Installation
npx -y simple-mcp-seleniumConfiguration
{
"mcpServers": {
"simple-mcp-selenium": {
"command": "npx",
"args": ["-y", "simple-mcp-selenium"]
}
}
}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