Skip to main content
Glama
meshbrow-dev

@meshbrow/mcp-server

Official
by meshbrow-dev

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

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

Related MCP server: wraith-mcp

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

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    15
    6
    3
    MIT

Latest Blog Posts

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