browser-tools-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., "@browser-tools-mcpOpen example.com and inspect the page"
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.
browser-tools-mcp
Persistent, headed Chromium browser control for OpenCode/Claude Code, in the
style of Claude Code's browser tool. Built 2026-08-05 because OpenCode had no
native browser tool and custom-scraper (plain HTTP) can't read JS-heavy or
login-walled pages.
Architecture
The MCP server process is the singleton browser manager. Because OpenCode
keeps the stdio server alive for the whole CLI session, the browser survives
across agent turns. If the browser crashes or the window is closed, the next
tool call transparently relaunches it (server/browser.js).
Launch config: headless: false, slowMo: 100, viewport 1280x800, desktop
Chrome UA, --disable-blink-features=AutomationControlled.
Related MCP server: Browser Tools for Claude Code
Files
server/server.js— MCP entrypoint, registers the five tools + schemas.server/browser.js— singleton browser/context/page manager + relaunch logic.server/tools.js— the operations (interactable tree, targeting, highlight, screenshots).server/_self_verify.js— standalone scenario test:npm run verify.shots/— screenshots frombrowser_inspect.USAGE.md— agent-facing rules (wired into OpenCodeinstructions).
Tools
Tool | Purpose |
| Load a URL; returns final URL + title. |
| Screenshot + interactable element tree with numeric targets. |
| Click by inspect number, CSS selector, or visible text. |
| Type into a field by number/selector/text. |
| Pause flow and surface a question to the human. |
Element targeting matches the Claude Code convention: browser_inspect assigns
each interactable element a numeric target, tagged in the DOM as
data-bt-target so later actions resolve the exact same element (visible-
filtered indices would drift against unfiltered .nth() on pages with hidden
inputs). Elements are highlighted briefly before clicking so the user sees the
action.
Verification
npm run verify # navigate -> inspect -> click -> fill -> crash-recoveryVerified 2026-08-05: example.com navigate/inspect/click, Google fill by target, and relaunch-after-kill all pass; all five tools registered and responded over the real MCP stdio protocol.
Operational notes
Headed means a desktop. The Chromium window needs an interactive session to launch; on a headless/disconnected box the launch fails — report that rather than pretending.
Isolated browser. This is NOT Luigi's logged-in Chrome (that's
chrome-bridge). No logged-in sessions, no extensions, full write access.Human-gated. No logins/orders/sends without explicit instruction;
browser_request_humanmeans STOP until the human answers.Registered in
~/.config/opencode/opencode.jsoncas thebrowser-toolsMCP server; usage rules wired intoinstructionsviaUSAGE.md.
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
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables Claude Code to control a real browser using AI for web scraping, competitive intelligence, and UX auditing through the MCP protocol.-
- FlicenseNot gradedqualityDmaintenanceEnables browser automation (navigate, screenshot, click, type, etc.) for Claude Code via MCP protocol, with a Chrome extension for configuration.2-
- AlicenseNot gradedqualityBmaintenanceChrome extension + MCP bridge that gives Claude control over your real browser via CDP, enabling navigation, clicking, typing, scrolling, screenshots, and JS execution with a visible cursor and tab-bring-to-front.1MIT
- AlicenseAqualityAmaintenanceMCP server that lets AI agents drive your real Chromium browser with your existing signed-in sessions, providing visible, local, and inspectable automation for tasks like navigation, clicking, typing, and form filling.251Apache 2.0
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/luigimasango-dev/browser-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server