Skip to main content
Glama

Agent Browser MCP Server

agent-browser をラップして、AIアシスタントにブラウザ自動化ツールを提供するMCP(Model Context Protocol)サーバーです。stdioとHTTP/SSEの両方のトランスポートをサポートしています。

機能

40以上のブラウザ自動化ツールを含みます:

カテゴリ

ツール

ナビゲーション

browser_open, browser_navigate, browser_close

インタラクション

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

検査

browser_snapshot, browser_screenshot, browser_read, browser_get, browser_find

実行

browser_eval, browser_batch, browser_wait

状態

browser_cookie, browser_storage, browser_state, browser_session, browser_tab

DevTools

browser_console, browser_trace, browser_network, browser_react, browser_vitals, browser_a11y

高度

browser_frame, browser_stream, browser_dialog, browser_diff, browser_chat, browser_profile

システム

browser_install, browser_doctor, browser_skills, browser_set

Related MCP server: openmcp

インストール

npm install
npm run build

使用方法

Stdioモード(ローカルMCPクライアント用)

npm run dev

HTTP/SSEモード(リモートアクセス用)

node server.js

サーバーはデフォルトでポート 5888 で待ち受けます。

環境変数

変数

デフォルト

説明

PORT

5888

サーバーポート

AGENT_BROWSER_SCREENSHOT_DIR

./screenshots

保存されたスクリーンショットのディレクトリ

BASE_URL

/screenshots

スクリーンショットの公開URLパス

MCP_SCRIPT_PATH

./dist/index.js

コンパイル済みMCPサーバーのパス

ENABLE_HTTPS

false

Let's Encrypt証明書でHTTPSを有効化

CERT_PATH

/etc/letsencrypt/live/test2.infinitocyber.com

SSL証明書のパス

Docker

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

デプロイ

Render

render.yaml ブループリントが含まれています。リポジトリから直接デプロイできます。

PM2

pm2 start ecosystem.config.cjs

API エンドポイント

メソッド

パス

説明

GET

/health

ヘルスチェック

GET

/mcp

SSE接続(新しいセッションを作成)

POST

/mcp

JSON-RPCリクエスト

GET

/

サービス情報

クライアント設定

Claude Desktop

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

リモートHTTPクライアント

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

ライセンス

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