Skip to main content
Glama

Agent Browser MCP Server

Ein MCP-Server (Model Context Protocol), der agent-browser kapselt und Browser-Automatisierungswerkzeuge für KI-Assistenten bereitstellt. Unterstützt sowohl stdio- als auch HTTP/SSE-Transports.

Funktionen

Über 40 Browser-Automatisierungswerkzeuge, darunter:

Kategorie

Tools

Navigation

browser_open, browser_navigate, browser_close

Interaktion

browser_click, browser_fill, browser_type, browser_press, browser_hover, browser_select, browser_scroll

Inspektion

browser_snapshot, browser_screenshot, browser_read, browser_get, browser_find

Ausführung

browser_eval, browser_batch, browser_wait

Zustand

browser_cookie, browser_storage, browser_state, browser_session, browser_tab

DevTools

browser_console, browser_trace, browser_network, browser_react, browser_vitals, browser_a11y

Erweitert

browser_frame, browser_stream, browser_dialog, browser_diff, browser_chat, browser_profile

System

browser_install, browser_doctor, browser_skills, browser_set

Related MCP server: openmcp

Installation

npm install
npm run build

Verwendung

Stdio-Modus (für lokale MCP-Clients)

npm run dev

HTTP/SSE-Modus (für Fernzugriff)

node server.js

Der Server lauscht standardmäßig auf Port 5888.

Umgebungsvariablen

Variable

Standard

Beschreibung

PORT

5888

Server-Port

AGENT_BROWSER_SCREENSHOT_DIR

./screenshots

Verzeichnis für gespeicherte Screenshots

BASE_URL

/screenshots

Öffentlicher URL-Pfad für Screenshots

MCP_SCRIPT_PATH

./dist/index.js

Pfad zum kompilierten MCP-Server

ENABLE_HTTPS

false

HTTPS mit Let's Encrypt-Zertifikaten aktivieren

CERT_PATH

/etc/letsencrypt/live/test2.infinitrocyber.com

Pfad zum SSL-Zertifikat

Docker

docker build -t agentbrowser-mcp .
docker run -p 5888:5888 agentbrowser-mcp

Bereitstellung

Render

Die render.yaml-Blueprint ist enthalten. Direkt aus dem Repository bereitstellen.

PM2

pm2 start ecosystem.config.cjs

API-Endpunkte

Methode

Pfad

Beschreibung

GET

/health

Gesundheitscheck

GET

/mcp

SSE-Verbindung (erstellt neue Sitzung)

POST

/mcp

JSON-RPC-Anfrage

GET

/

Dienstinformationen

Client-Konfiguration

Claude Desktop

{
  "mcpServers": {
    "agent-browser": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

Remote-HTTP-Client

{
  "mcpServers": {
    "agent-browser": {
      "url": "https://your-domain.com/mcp"
    }
  }
}

Lizenz

MIT

F
license - not found
C
quality
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

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
    Not graded
    quality
    A
    maintenance
    Browser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to automate web tasks such as browsing, clicking, typing, and taking screenshots via the Model Context Protocol.
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI-powered browser automation controlled through natural language, integrating Playwright with the Model Context Protocol to perform web interactions like navigation, form filling, and screenshots.
    10

View all related MCP servers

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/Nirmalraj10567/AgentbrowserMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server