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エージェントが実際のWebと対話できるようにする3つの強力なツールを公開しています。

このサーバーは、エージェントネイティブサービス向けの従量課金インフラストラクチャのデモコンポーネントです。


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