Skip to main content
Browser AutomationTypeScript

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.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/brutalzinn/simple-mcp-selenium

Claude 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.

Details

Category
Browser Automation
Language
TypeScript
Author
brutalzinn