atria-browser-bridge

web MCP Server

Give any AI agent eyes and hands in your real, logged-in Chrome — via MCP. Zero dependencies.

VerifiedInstall Ready
webweb
6 views3 stars0 forksv0.1.0MIT

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
3
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx atria-browser-bridge

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "atria-browser-bridge": {
      "command": "npx",
      "args": [
        "atria-browser-bridge"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

15
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (15)

navigate

Navigate / back / forward.

tabs_close

Close a tab.

browser_batch

Run several browser tools in sequence, stopping on error.

tabs_create

Open a new tab (auto-grouped under the agent's tab group).

javascript_tool

Run JS in the page main world for precise probing / location.

find

Find elements by text / natural-language query.

get_page_text

Read visible page text — fast way to check page state.

Tool

What it does

form_input

Set values on inputs, textareas, selects, contenteditable — by `ref`.

browser_status

Health of the MCP server, local bridge, and extension connection.

file_upload

Attach local files to a file input (via Chrome DevTools Protocol).

tabs_context

List Chrome tabs and the agent's tab group.

computer

Click, right-click, double-click, keyboard, scroll, wait, screenshot.

read_page

Read the accessibility tree and return stable element `ref`s.

extract_page

Structured extraction: meta, text, links, images, media, forms, tables, JSON-LD, resources.