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

Installation

npx -y simple-mcp-selenium

Configuration

{
  "mcpServers": {
    "simple-mcp-selenium": {
      "command": "npx",
      "args": ["-y", "simple-mcp-selenium"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub