arc-mcp
Verified Safeby happylinks
Overview
Programmatically manage Arc browser spaces, tabs, and open URLs.
Installation
npx tsx src/index.tsSecurity Notes
The server directly modifies Arc browser's local configuration file (`StorableSidebar.json`) and uses AppleScript (`osascript`) for certain operations like focusing spaces or opening URLs. While direct file modification and `execSync` with `osascript` inherently carry some risk, the code includes sanitization for AppleScript inputs (escaping single quotes) and creates backups before modifying the sidebar file. No 'eval' or other highly dangerous patterns were found. The tool's purpose is to manipulate a specific application's data, which it does as intended.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
macos-automator-mcp
Transforms an AI assistant into a macOS automation agent, enabling it to execute AppleScript and JXA commands to control applications and system functions.
omnifocus-mcp
Interact with and manage OmniFocus tasks, projects, folders, and tags on macOS, including UI navigation and comprehensive filtering.
che-apple-mail-mcp
Programmatic management and automation of Apple Mail functionalities on macOS.