arc-mcp. MCPB extension for controlling Arc browser using AppleScript through the Model Context Protocol

github.com/andrewgazelka/arc-mcp

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2025
  • Release —v0.44
  • fix: create minimal MCPB bundle with self-contained server
  • Release —v0.43
  • docs: add return instruction to MCP tool description
  • Release —v0.42
  • fix: throw errors on browser action failures instead of returning Act…
  • Release —v0.41
  • feat: add click integration test and fix JSON parsing for Arc
  • Release —v0.40
  • refactor: simplify build by using plain JS for browser code
  • Release —v0.39
  • update
  • Release —v0.38
  • test: enable tests with Arc browser running
  • Release —v0.37
  • fix: propagate browser action failures as MCP errors
  • Release —v0.36
  • fix: replace broken regex-based TypeScript stripping with proper ts.t…
  • Release —v0.35
  • test: skip ALL tests that require Arc browser
  • fix: allow vitest to pass when all tests are skipped
  • test: skip ALL browser interaction tests in CI
  • test: skip all tests that require Arc browser in CI
  • fix: run build before typecheck in CI
  • ci: run full CI suite including tests
  • fix: replace RegExp with string in test locators
  • test: add comprehensive test suite with vitest
  • chore: remove committed build artifacts from git
  • fix: use esbuild to run TypeScript build script in CI
  • docs: add Node.js flake guide and update README for Nix