arche-browser
by GizAI
Overview
Provides a Claude Code MCP server for browser automation and full local PC control, enabling AI agents to interact with web browsers and the local operating system.
Installation
arche-browser --stdioSecurity Notes
The server's core functionality (`shell()` and `python_exec()`) allows for arbitrary code execution and full system access, including file system, process management, and screenshots. This is explicitly stated as 'NO restrictions - use responsibly' by the developers. Browser control also includes `eval()` for JavaScript. While remote access requires token authentication by default and local PC control needs explicit `--local` flag, the inherent power of this tool presents a maximal security risk if the server or its authentication token is compromised, or if used irresponsibly. It is designed for maximum control, not maximum sandbox security.
Similar Servers
mcp-chrome
Transforms the Chrome browser into an AI-controlled automation tool, enabling large language models to interact with web pages, analyze content, and manage browser functions.
blueprint-mcp
Enable AI assistants and coding agents to control and automate real web browsers (Chrome, Firefox, Opera) through a browser extension, maintaining logged-in sessions and avoiding bot detection.
mcp-vnc
An MCP server for AI agents to remotely control VNC-enabled desktops (Windows, Linux, macOS) through mouse, keyboard, text input, and screen capture commands.
Chrome-DevTools-MCP
Enables AI coding agents to control and inspect a live Chrome browser for reliable web automation, in-depth debugging, and performance analysis.