@meshbrow/mcp-server
OfficialAllows logging into HubSpot and checking pipeline details via persistent browser sessions.
Click on "Deploy 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., "@@meshbrow/mcp-serverScrape pricing from competitor.com"
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.
meshbrow-mcp
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 |
| Launch a persistent cloud browser session |
| Navigate to a URL |
| Capture a screenshot |
| Run JavaScript in the page |
| Close a session |
| List active sessions |
| Get session details |
| Create a persistent browser profile |
| List saved profiles |
| Launch multiple sessions at once |
| Check fleet status |
Related MCP server: wraith-mcp
Installation
Homebrew (macOS/Linux)
brew tap meshbrow-dev/tap
brew install meshbrow-mcpGo Install
go install github.com/meshbrow-dev/meshbrow-mcp@latestDocker
docker pull ghcr.io/meshbrow-dev/meshbrow-mcp:latestConfiguration
Set your API key as an environment variable:
export MESHBROW_API_KEY=mb_live_your_key_hereClaude 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 screenshotSessions 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.14105 npm2Apache 2.0
- AlicenseAqualityCmaintenanceAn AI-native stealth browser MCP server that uses AI vision navigation and bot detection bypass, enabling natural language browser automation.17MIT
- AlicenseAqualityCmaintenanceMCP server that lets AI assistants browse the web through your real Chrome with your cookies, sessions, and fingerprint, avoiding bot detection and CAPTCHAs. Enables web browsing, content extraction, and multi-step workflows via persistent tabs.155 npm3MIT
- AlicenseAqualityCmaintenanceMCP server providing browser automation for AI agents, enabling actions like clicking and typing, structured data extraction, content validation, multi-step task execution, and memory enrichment from web pages.8235 npmMIT