Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Meshbrow/ Server

FreeNot checked

MCP server for Meshbrow that gives AI agents full browser automation capabilities with stealth anti-detection, enabling natural language control of browser sess

GitHubEmbed

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

from github.com/meshbrow-dev/meshbrow-mcp

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-mcp

FAQ

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

Compare @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