Skip to main content
Glama
adbarc92

Browser Bridge MCP

by adbarc92

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRIDGE_WS_PORTNoWebSocket port, defaults to 74837483

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_statusA

Check if the Chrome extension is connected and get active tab info

browser_navigateB

Navigate a browser tab to the specified URL

browser_screenshotB

Capture a screenshot of the visible area of a browser tab

browser_evaluateB

Execute JavaScript in the context of a browser tab and return the result

browser_clickB

Click an element on the page identified by a CSS selector

browser_fillB

Fill a form field with the specified value

browser_get_contentA

Get the HTML or text content of a page or specific element

browser_get_tabsA

List all open browser tabs

browser_get_consoleB

Get captured console log entries from a tab

browser_wait_forB

Wait for an element matching a CSS selector to appear on the page

browser_send_messageC

Send a custom message to the Chrome extension for extensibility

Prompts

Interactive templates invoked by user choice

NameDescription
browseInteract with the browser — navigate, click, fill forms, take screenshots, run JS, read page content
qa-runnerRun structured QA checklists against a running app via browser automation

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/adbarc92/mcp-browser-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server