Browser Intelligence MCP
Browser Intelligence MCP
Сервер Model Context Protocol (MCP), который предоставляет AI-агентам реальные возможности браузера: делать скриншоты, извлекать структурированный контент и запускать визуальные тесты страниц.
Обзор
Browser Intelligence MCP — это стандартный MCP-сервер, созданный на Node.js и TypeScript. Он предоставляет три мощных инструмента, которые позволяют AI-агентам взаимодействовать с реальным вебом через безголовый браузер Chromium на базе Playwright.
Этот сервер — демонстрационный компонент инфраструктуры биллинга с оплатой за использование для агент-нативных сервисов.
Related MCP server: MCP Browser Screenshot Server
Инструменты
Инструмент | Описание |
| Делает скриншот всей страницы или области просмотра для любого URL в формате PNG |
| Извлекает структурированный контент (заголовок, описание, ссылки) с любого URL |
| Запускает набор проверок страницы и возвращает результаты «пройдено/не пройдено» |
Требования
Node.js >= 22
npm >= 10
Начало работы
# 1. Clone the repository
git clone https://github.com/your-org/browser-intelligence-mcp.git
cd browser-intelligence-mcp
# 2. Install dependencies
npm install
# 3. Install Playwright browsers
npx playwright install chromium
# 4. Copy environment variables
cp .env.example .env
# 5. Run in development mode
npm run devКонфигурация MCP
Добавьте в конфигурацию вашего MCP-клиента (например, Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"browser-intelligence": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/browser-intelligence-mcp"
}
}
}Скрипты
Команда | Описание |
| Запуск в режиме разработки с горячей перезагрузкой |
| Компиляция TypeScript в JavaScript |
| Запуск скомпилированной production-сборки |
| Запуск проверок ESLint |
Лицензия
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 Servers
- AlicenseBqualityBmaintenanceEnables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment10100298MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to capture screenshots of web pages using automated browser sessions. Supports full-page and element-specific screenshots, device simulation, and JavaScript execution for comprehensive web testing and monitoring.610MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to control and inspect a live Chrome browser for automated web debugging, performance analysis, and Lighthouse audits. It allows agents to capture screenshots, monitor network requests, and measure Core Web Vitals using plain-English prompts.2,211,104Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to automate and debug real Chromium browsers with capabilities like screenshots, video recording, performance analysis, visual regression testing, and OCR text extraction.13
Related MCP Connectors
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
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/JaDi03/mcp-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server