mcp2browser
Verified Safeby ahmetatar
Overview
Enables AI assistants to programmatically interact with web pages through a Model Context Protocol (MCP) server for browser automation tasks.
Installation
npm startSecurity Notes
The server uses Playwright to launch a headless browser and navigate to arbitrary URLs via the 'openPage' tool. While this is its intended functionality, exposing this server to an untrusted network would allow remote execution of browser actions, posing a significant security risk. For its intended local use with AI assistants, the code appears robust with basic URL validation for the 'openPage' input.
Similar Servers
awesome-mcp-servers
A central directory for discovering and referencing various Model Context Protocol (MCP) servers, clients, and frameworks for AI agents.
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
1mcp
Orchestrate AI agent tool calls by executing JavaScript/Python code safely in a WebAssembly sandbox, significantly reducing LLM token context by chaining multiple operations into a single execution.
mcp-4get
Provides LLMs with access to the 4get meta search engine for web, image, and news searches.