Browser Bridge MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRIDGE_WS_PORT | No | WebSocket port, defaults to 7483 | 7483 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| browse | Interact with the browser — navigate, click, fill forms, take screenshots, run JS, read page content |
| qa-runner | Run structured QA checklists against a running app via browser automation |
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/adbarc92/mcp-browser-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server