agent-browser
Agent Browser MCP Server
一个封装了 agent-browser 的 MCP(Model Context Protocol)服务器,为 AI 助手提供浏览器自动化工具。支持 stdio 和 HTTP/SSE 两种传输方式。
功能特性
40 多个浏览器自动化工具,包括:
类别 | 工具 |
导航 |
|
交互 |
|
检查 |
|
执行 |
|
状态 |
|
开发者工具 |
|
高级 |
|
系统 |
|
Related MCP server: openmcp
安装
npm install
npm run build使用
Stdio 模式(适用于本地 MCP 客户端)
npm run devHTTP/SSE 模式(适用于远程访问)
node server.js服务器默认监听 5888 端口。
环境变量
变量 | 默认值 | 描述 |
|
| 服务器端口 |
|
| 保存截图的目录 |
|
| 截图的公共 URL 路径 |
|
| 编译后 MCP 服务器的路径 |
|
| 使用 Let's Encrypt 证书启用 HTTPS |
|
| SSL 证书路径 |
Docker
docker build -t agentbrowser-mcp .
docker run -p 5888:5888 agentbrowser-mcp部署
Render
包含 render.yaml 蓝图。可直接从仓库部署。
PM2
pm2 start ecosystem.config.cjsAPI 端点
方法 | 路径 | 描述 |
GET |
| 健康检查 |
GET |
| SSE 连接(创建新会话) |
POST |
| 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
Maintenance
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
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceBrowser automation for AI agents via the Model Context Protocol, enabling web navigation, form filling, screenshots, and more using Chromium.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to automate web tasks such as browsing, clicking, typing, and taking screenshots via the Model Context Protocol.1MIT
- AlicenseBqualityAmaintenanceEnables browser automation through the Model Context Protocol, allowing AI agents to control Chrome, Firefox, or Edge for tasks like navigation, clicking, typing, and screenshots.3986MIT
- FlicenseAqualityDmaintenanceEnables 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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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