Arc Browser MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARC_MCP_ENABLE_JAVASCRIPT | No | Set to '1' to enable the arc_execute_javascript tool. | 0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| arc_get_overviewA | Get compact Arc inventory, counts, source health, and live context when available. |
| arc_query_tabsB | List, filter, and search Arc tabs using the fast local Arc index. |
| arc_get_tabA | Get a full normalized Arc tab record by explicit tab id. |
| arc_get_sidebar_treeA | Get Arc Space, pinned, unpinned, and folder hierarchy. |
| arc_search_historyC | Search Arc Chromium history snapshots across local profiles. |
| arc_analyze_tabsA | Analyze Arc tabs for duplicates, stale tabs, junk candidates, and missing URLs. |
| arc_create_tabC | Create a new Arc tab in an explicit Space and return its verified tab id. |
| arc_focus_spaceB | Focus an Arc Space by explicit id. This changes visible Arc state. |
| arc_select_tabB | Select an Arc tab by explicit id. This changes visible Arc state. |
| arc_open_urlB | Navigate a specific Arc tab, or the active tab when explicitly omitted. |
| arc_reload_tabsA | Reload one or more Arc tabs by explicit tab id. |
| arc_close_tabsA | Close one or more Arc tabs by explicit tab id. Use dry_run to preview. |
| arc_execute_javascriptB | Execute JavaScript in an Arc tab. Disabled unless ARC_MCP_ENABLE_JAVASCRIPT=1. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jasoncronje/arc-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server