Skip to main content
Glama
JaDi03

Browser Intelligence MCP

by JaDi03

Browser Intelligence MCP

AI 에이전트에게 실제 브라우저 기능을 제공하는 Model Context Protocol (MCP) 서버: 스크린샷 촬영, 구조화된 콘텐츠 스크래핑, 시각적 페이지 테스트 실행.


개요

Browser Intelligence MCP는 Node.js와 TypeScript로 구축된 표준 MCP 서버입니다. Playwright로 구동되는 헤드리스 Chromium 브라우저를 통해 AI 에이전트가 실제 웹과 상호작용할 수 있게 해주는 세 가지 강력한 도구를 제공합니다.

이 서버는 에이전트 네이티브 서비스를 위한 사용량별 과금 인프라의 데모 구성 요소입니다.


Related MCP server: MCP Browser Screenshot Server

도구

도구

설명

take_screenshot

모든 URL의 전체 또는 뷰포트 스크린샷을 PNG 이미지로 캡처합니다

scrape_page

모든 URL에서 구조화된 콘텐츠(제목, 설명, 링크)를 추출합니다

run_visual_test

페이지에 대해 일련의 검사를 실행하고 통과/실패 결과를 반환합니다


요구 사항

  • 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"
    }
  }
}

스크립트

명령

설명

npm run dev

핫 리로드로 개발 모드에서 실행

npm run build

TypeScript를 JavaScript로 컴파일

npm start

컴파일된 프로덕션 빌드 실행

npm run lint

ESLint 검사 실행


라이선스

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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 Servers

View all related MCP servers

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.

View all MCP Connectors

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/JaDi03/mcp-example'

If you have feedback or need assistance with the MCP directory API, please join our Discord server