@Meshbrow/ Server
FreeNot checkedMCP server for Meshbrow that gives AI agents full browser automation capabilities with stealth anti-detection, enabling natural language control of browser sess
About
MCP server for Meshbrow that gives AI agents full browser automation capabilities with stealth anti-detection, enabling natural language control of browser sessions, data extraction, and multi-browser fleets.
README
MCP (Model Context Protocol) server for Meshbrow — persistent browser infrastructure for AI agents.
Give your AI agents direct access to cloud browsers that remember logins, stay undetected, and scale to hundreds of concurrent sessions.
What It Does
The Meshbrow MCP server exposes browser automation as tools that any MCP-compatible AI agent can call:
| Tool | Description |
|---|---|
browser_launch |
Launch a persistent cloud browser session |
browser_navigate |
Navigate to a URL |
browser_screenshot |
Capture a screenshot |
browser_execute |
Run JavaScript in the page |
browser_close |
Close a session |
sessions_list |
List active sessions |
sessions_get |
Get session details |
profiles_create |
Create a persistent browser profile |
profiles_list |
List saved profiles |
fleet_create |
Launch multiple sessions at once |
fleet_status |
Check fleet status |
Installation
Homebrew (macOS/Linux)
brew tap meshbrow-dev/tap
brew install meshbrow-mcp
Go Install
go install github.com/meshbrow-dev/meshbrow-mcp@latest
Docker
docker pull ghcr.io/meshbrow-dev/meshbrow-mcp:latest
Configuration
Set your API key as an environment variable:
export MESHBROW_API_KEY=mb_live_your_key_here
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"meshbrow": {
"command": "meshbrow-mcp",
"env": {
"MESHBROW_API_KEY": "mb_live_your_key_here"
}
}
}
}
Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"meshbrow": {
"command": "meshbrow-mcp",
"env": {
"MESHBROW_API_KEY": "mb_live_your_key_here"
}
}
}
}
Example Usage
Once configured, your AI agent can:
"Log into HubSpot and check today's pipeline"
→ Agent calls browser_launch with a saved profile
→ Cookies are restored, already authenticated
→ Agent navigates to the dashboard and takes a screenshot
Sessions persist login state between uses — your agent logs in once and remembers it next time.
Documentation
Full guide: docs.meshbrow.dev/guides/mcp-agents
License
MIT © Bytangle Ltd
Installing @Meshbrow/ Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/meshbrow-dev/meshbrow-mcpFAQ
Is @Meshbrow/ Server MCP free?
Yes, @Meshbrow/ Server MCP is free — one-click install via Unyly at no cost.
Does @Meshbrow/ Server need an API key?
No, @Meshbrow/ Server runs without API keys or environment variables.
Is @Meshbrow/ Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install @Meshbrow/ Server in Claude Desktop, Claude Code or Cursor?
Open @Meshbrow/ Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterCompare @Meshbrow/ Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All browse MCPs
