Back to Home
happylinks icon

arc-mcp

Verified Safe

by happylinks

Overview

Programmatically manage Arc browser spaces, tabs, and open URLs.

Installation

Run Command
npx tsx src/index.ts

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-19

Tags

Arc browsermacOSbrowser automationproductivityMCP