Skip to main content
Glama

Agent Browser MCP Server

一个封装了 agent-browser 的 MCP(Model Context Protocol)服务器,为 AI 助手提供浏览器自动化工具。支持 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

开发者工具

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.infinitrocyber.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