@meshbrow/mcp-server
OfficialAllows logging into HubSpot and checking pipeline details via persistent browser sessions.
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., "@@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: Browser Automation 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 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 Servers
- Alicense-qualityDmaintenanceMCP server providing browser automation for AI agents with context-aware playbooks and skills for complex websites.Last updated25173PolyForm Noncommercial 1.0.0
- Alicense-qualityDmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.Last updated1032Apache 2.0
- Alicense-qualityAmaintenanceAn AI-native stealth browser MCP server that uses AI vision navigation and bot detection bypass, enabling natural language browser automation.Last updatedMIT
- Alicense-qualityDmaintenanceMCP 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.Last updated112MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/meshbrow-dev/meshbrow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server