Back to Home
bonigarcia icon

context-engineering

Verified Safe

by bonigarcia

Overview

Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.

Installation

Run Command
npm start

Security Notes

The server itself runs locally and communicates via standard input/output (stdin/stdout), which significantly limits direct network exposure. Input validation for tool parameters (like 'url' for 'navigate_url' and 'browser_name' for 'open_browser') is handled by Zod. However, the core functionality involves controlling a local web browser via Selenium. If this server were exposed to untrusted or unsanitized external inputs (e.g., through a poorly secured wrapper API), an attacker could potentially instruct the local browser to visit malicious websites, scrape sensitive information from pages it navigates to, or trigger browser-specific vulnerabilities. The risk is primarily in the capabilities exposed (browser control) rather than internal code vulnerabilities like 'eval' or hardcoded secrets, which are not present.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassLow
Stars16
Forks1
Last Update2026-01-19

Tags

MCPSeleniumWeb AutomationAI AgentTools