arc-mcp

arc-mcp

An MCP server for the Arc browser that enables programmatic management of spaces and tabs. It supports actions like listing, creating, and deleting spaces and tabs, as well as focusing spaces and opening URLs via AppleScript.

Category
Visit Server

README

arc-mcp

MCP (Model Context Protocol) server for Arc browser. Manage spaces and tabs programmatically.

Features

  • List spaces - Get all Arc browser spaces
  • Create space - Create new spaces with custom names and icons
  • Delete space - Remove spaces
  • Focus space - Switch to a specific space (AppleScript)
  • List tabs - Get tabs from all spaces or a specific space
  • Add tab - Add tabs to spaces
  • Delete tab - Remove tabs
  • Open URL - Open URLs in Arc immediately (AppleScript)

Requirements

  • macOS (Arc browser is macOS-only)
  • Arc browser installed
  • Arc Sync must be disabled for space/tab modifications to persist

Installation

bun install

Usage

With Claude Code

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "arc": {
      "command": "npx",
      "args": ["tsx", "/path/to/arc-mcp/src/index.ts"]
    }
  }
}

Running directly

bun start
# or
npx tsx src/index.ts

Tools

list_spaces

List all Arc browser spaces.

create_space

Create a new space.

Parameter Type Required Description
name string Yes Name of the new space
icon string No Emoji or SF Symbol name (default: "star")

delete_space

Delete a space.

Parameter Type Required Description
space string Yes Name or ID of space to delete

focus_space

Switch to a space (uses AppleScript).

Parameter Type Required Description
space string Yes Name or ID of space to focus

list_tabs

List tabs, optionally filtered by space.

Parameter Type Required Description
space string No Name or ID of space to filter by

add_tab

Add a tab to a space. Requires Arc restart.

Parameter Type Required Description
space string Yes Name or ID of space
url string Yes URL for the tab
title string No Tab title (defaults to URL)
pinned boolean No Add as pinned tab (default: false)

delete_tab

Delete a tab by ID. Requires Arc restart.

Parameter Type Required Description
tabId string Yes ID of tab to delete

open_url

Open a URL immediately in Arc (uses AppleScript).

Parameter Type Required Description
url string Yes URL to open
space string No Space to open the URL in

Important Notes

  1. Arc Sync: For space/tab modifications to persist, disable Arc Sync in Arc settings. Otherwise, the sync will overwrite local changes.

  2. Restart Required: Most modifications (create/delete space, add/delete tab) require restarting Arc to take effect.

  3. Backup: The server automatically creates backups before modifying Arc's sidebar data.

How It Works

Arc stores its sidebar data in ~/Library/Application Support/Arc/StorableSidebar.json. This MCP server reads and modifies that file directly for space and tab management.

For immediate actions (focus space, open URL), it uses AppleScript to control Arc.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured