arc-control-mcp
Related Servers
Alternatives to arc-control-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables inspection and control of Arc Browser spaces and tabs on macOS, including reading sidebar/history data and performing actions like focusing spaces, creating and closing tabs.131MIT
- FlicenseNot gradedqualityCmaintenanceEnables semantic browser automation for the Arc browser, allowing users to perform web tasks like searching, shopping, and data extraction through natural language commands.1-
- AlicenseNot gradedqualityAmaintenanceEnables local AI agents to operate the user's existing browser session via a Manifest V3 extension and native messaging, supporting tabs, DOM snapshots, clicks, form input, JavaScript, screenshots, cookies, network capture, and Arc Spaces.32 npmMIT
- AlicenseAqualityBmaintenanceEnables macOS system automation, window management, and productivity tools for AI agents, including running AppleScripts, opening apps, retrieving browser tabs, taking screenshots, and controlling system settings.21MIT
- AlicenseAqualityCmaintenanceEnables Claude Code to control the Arc browser over CDP, including navigation, clicking, form filling, screenshots, and reading console and network traffic.11MIT
- AlicenseAqualityDmaintenanceEnables AI agents to control macOS desktop apps via screenshots, mouse clicks, keyboard input, accessibility queries, and AppleScript.118 npmMIT
TDQS
Scored across 26 tools
Each tool targets a distinct action or data type: tab lifecycle, page reading, element interaction, waiting, and spaces are cleanly separated. Potentially similar readers (get_page_content, get_html, query_elements, get_links, get_page_info) are explicitly differentiated by what they return.
The vast majority follow a consistent verb_noun snake_case pattern (list_tabs, close_tab, wait_for_load, focus_space). Minor exceptions like arc_status and batch are understandable but break the otherwise uniform verb-first convention.
At 26 tools, the surface is heavier than needed and crosses the threshold where the count starts working against usability. Several helpers like wait_for_load, execute_javascript, and batch could be consolidated or made optional, though the tools themselves are individually purposeful.
The set covers tab lifecycle, navigation, page reading, element interaction, waiting, spaces, and scripted fallback via execute_javascript. Minor gaps exist—no screenshot, hover, or space creation—but agents can usually work around them with JavaScript or the provided primitives.