@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.
Latest Blog Posts
- 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