Back to Home
brutalzinn icon

simple-mcp-selenium

Verified Safe

by brutalzinn

Overview

Automates browser interactions, web testing, and data extraction using Selenium, enabling programmatic control of web pages and access to browser developer tools.

Installation

Run Command
node dist/index.js

Environment Variables

  • CURSOR_PROJECT_DIR
  • CURSOR_WORKSPACE_ROOT
  • WORKSPACE_ROOT
  • PWD
  • NODE_ENV

Security Notes

The server allows execution of arbitrary JavaScript within the browser context via the `execute_script` tool. While sandboxed within the browser, untrusted scripts could perform actions like data exfiltration from visited websites or malicious DOM manipulation. This is an inherent risk of browser automation tools that expose such functionality. The `dev_tools` tool also injects JavaScript for logging and network monitoring, which is standard for its purpose but extends browser control. No direct server-side 'eval' of untrusted input or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars0
Forks1
Last Update2025-11-20

Tags

Browser AutomationSeleniumWeb TestingWeb ScrapingDevTools