agent-browser
Agent Browser MCP Server
MCP-сервер (Model Context Protocol), который оборачивает agent-browser для предоставления инструментов автоматизации браузера AI-ассистентам. Поддерживает как stdio, так и HTTP/SSE транспорты.
Возможности
40+ инструментов автоматизации браузера, включая:
Категория | Инструменты |
Навигация |
|
Взаимодействие |
|
Инспекция |
|
Выполнение |
|
Состояние |
|
Инструменты разработчика |
|
Продвинутые |
|
Система |
|
Related MCP server: openmcp
Установка
npm install
npm run buildИспользование
Режим Stdio (для локальных MCP-клиентов)
npm run devРежим HTTP/SSE (для удаленного доступа)
node server.jsПо умолчанию сервер прослушивает порт 5888.
Переменные окружения
Переменная | По умолчанию | Описание |
|
| Порт сервера |
|
| Каталог для сохраненных скриншотов |
|
| Публичный URL-путь для скриншотов |
|
| Путь к скомпилированному MCP-серверу |
|
| Включить HTTPS с сертификатами Let's Encrypt |
|
| Путь к 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