Back to Home
skindyk icon

selenium-mcp-server

Verified Safe

by skindyk

Overview

Automate browser interactions for testing, web scraping, and page analysis using natural language commands via the Model Context Protocol.

Installation

Run Command
node /path/to/your/selenium-mcp-server/wrapper.cjs

Environment Variables

  • MCP_TOOLS

Security Notes

The server provides an `execute_script` tool that allows execution of arbitrary JavaScript in the browser. While the README explicitly warns users about the security risks and advises against using untrusted input, this capability inherently lowers the security score for a general-purpose server. The file operations (`upload_file`, `take_screenshot`) implement basic path traversal checks to prevent writing/reading files outside the working directory, which is a good security practice. The server's overall security depends heavily on how the `execute_script` tool is used by the client.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-23

Tags

seleniumwebdriverbrowser automationtestingMCP