chatgpt-remote-browser-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chatgpt-remote-browser-mcplist the tabs I've shared from Chrome and screenshot the current one"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ChatGPT Remote Browser MCP
An MCP server that exposes OpenClaw's Chrome-extension browser controls while preserving the extension's Selected Tabs access boundary.
The server is designed for a topology in which ChatGPT reaches a private MCP process through an outbound Secure MCP Tunnel, OpenClaw runs on a gateway host, and Chrome may run on a different machine with the OpenClaw extension.
Security model
Only tabs currently shared by the OpenClaw extension are published.
Raw Chrome/OpenClaw target IDs are replaced with opaque, short-lived handles.
The current tab ACL is checked again before every operation.
Revoked, expired, unknown, and closed handles fail with
ACCESS_DENIED.Read-only operations may retry a small set of transient target-resolution errors. Mutating operations are never automatically retried.
There is no generic shell, gateway RPC, Relay, or raw CDP passthrough.
Upload paths are restricted to OpenClaw-owned inbound/upload locations.
Generated file responses are capped at 20 MiB and temporary output is removed.
native_browser includes powerful operations such as JavaScript evaluation,
navigation, uploads, downloads, and tab lifecycle changes. Use MCP client
confirmations and share only tabs that are safe to automate.
See Security for the complete trust model.
Related MCP server: TabBridge
Architecture
ChatGPT / MCP client
|
| outbound/private MCP transport
v
chatgpt-remote-browser-mcp (stdio)
|
| fixed OpenClaw browser CLI calls
v
OpenClaw Gateway -> Chrome extension -> Selected Tabs ACLSee Architecture for details.
Tools
Compatibility tools:
Viewer:
list_shared_tabs,snapshot,screenshotOperator:
click,type,press,scroll,navigate
Native high-level tool:
native_browseractions:tabs,open,focus,close,label,snapshot,screenshot,navigate,console,requests,errors,text,emulate,pdf,download,waitfordownload,upload,dialog,highlight,responsebody, andactactkinds:batch,click,clickCoords,type,press,hover,scrollIntoView,drag,select,fill,resize,wait,evaluate, andclose
Internal extension transport operations such as attach/detach are deliberately encapsulated. Local profile lifecycle and Gateway administration are outside the MCP surface.
Requirements
Node.js 22 or newer
A working OpenClaw installation and browser profile
OpenClaw Chrome extension paired with the Gateway
Optional: an OpenAI Secure MCP Tunnel for private ChatGPT connectivity
Install and run
npm ci
npm run check
npm test
npm install -g .
openclaw-browser-mcpThe MCP transport is stdio. Configuration is provided through environment variables:
OPENCLAW_BIN: OpenClaw executable; default/opt/homebrew/bin/openclawOPENCLAW_BROWSER_PROFILE: browser profile; defaultchromeOPENCLAW_BROWSER_TIMEOUT_MS: backend timeout; default30000
Private tunnel deployment
Generic deployment templates are in deploy/. They intentionally
contain placeholders rather than machine paths, tunnel identifiers, or
credentials. Render them locally into protected runtime configuration; never
commit the rendered files.
See Deployment for setup, health checks, operation, and rollback.
Tests
npm run check
npm test
npm run test:e2e
npm run test:remote
npm run test:acl
npm audit --omit=devUnit/schema/security suite: 22 cases
Local managed-browser E2E
Self-contained remote Chrome-extension E2E using a disposable tab
Interactive ACL-revocation E2E
The remote E2E creates, shares, exercises, closes, and post-validates its own tab. It does not require a manually prepared test tab. See Testing.
Status
Version 0.2.2 has been validated with:
22/22 unit, schema, dispatch, and security tests
local browser E2E
remote Chrome-extension E2E across all compatibility tools and 16 native scenarios
immediate
ACCESS_DENIEDafter ACL revocation and after tab closurea private ChatGPT-to-MCP tunnel invocation
zero known production dependency vulnerabilities at validation time
License
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible agents to securely control the user's already authenticated Chrome browser via explicit tab authorization and DOM-based actions.1Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to operate Chrome tabs with semantic snapshots, policy approvals, and deterministic workflow replay.1-
- AlicenseNot gradedqualityBmaintenanceEnables secure browser control and automation through MCP, adding domain validation to tab-specific operations while preserving navigation, content, window, history, bookmark, and request-monitoring tools.MIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to control real Chrome tabs in existing profiles, supporting navigation, interaction, screenshots, and console/network inspection across multiple Chrome instances.-
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/TommyFive/chatgpt-remote-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server