Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Meshbrow/ Server

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка @Meshbrow/ Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

@Meshbrow/ Server MCP бесплатный?

Да, @Meshbrow/ Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Meshbrow/ Server?

Нет, @Meshbrow/ Server работает без API-ключей и переменных окружения.

@Meshbrow/ Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Meshbrow/ Server в Claude Desktop, Claude Code или Cursor?

Открой @Meshbrow/ Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Meshbrow/ Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse