selenium-mcp-server
Verified Safeby mm541
Overview
Provides a FastMCP server to enable AI agents or language models to automate web browsers for tasks like navigation, interaction, and data extraction.
Installation
No command providedSecurity Notes
The `execute_javascript` function allows arbitrary code execution within the browser's context, which carries significant security risks if the input script is not sanitized or comes from an untrusted source. Browser automation itself can expose the system to risks from malicious websites. However, the server itself does not appear to use unsafe practices like `eval` internally, relying on Selenium's robust capabilities. Running locally via stdio transport (default configuration) mitigates external network attack vectors.
Similar Servers
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
webintel-mcp
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.