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.
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
-
Arc Sync: For space/tab modifications to persist, disable Arc Sync in Arc settings. Otherwise, the sync will overwrite local changes.
-
Restart Required: Most modifications (create/delete space, add/delete tab) require restarting Arc to take effect.
-
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。