Skip to main content
Glama

Browser Monitoring MCP Server

by Operative-Sh

コンソールとネットワークログ Playwright MCP サーバー

このMCP(モデルコンテキストプロトコル)サーバーは、Playwrightを使用してブラウザを開き、コンソールログを監視し、ネットワークリクエストを追跡します。これらの機能は、MCPクライアントが使用できるツールとして公開されます。

特徴

  • 指定されたURLでブラウザを開く
  • コンソールログの監視と取得
  • ネットワークリクエストの追跡と取得
  • 完了したらブラウザを閉じます

要件

  • Python 3.8以上
  • 劇作家
  • モデルコンテキストプロトコル (MCP) Python SDK

クロードでの設置

ファイルを編集します: ~/Library/Application\ Support/Claude/claude_desktop_config.json

これを追加します:

"playwright": { "command": "/Users/christophersettles/.local/bin/uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/playwrightdebugger/", "run", "mcp_playwright.py" ] }

( /ABSOLUTE/PATH/TO/playwrightdebugger/リポジトリをクローンしたディレクトリへの絶対パスに置き換えます)

コマンド

localhost:3000/dashboard を開き、コンソールログとネットワークリクエストを確認します。

ブラウザを閉じる

仕組み

サーバーはPlaywrightのイベントリスナーを使用して、コンソールメッセージとネットワークアクティビティをキャプチャします。クライアントがこの情報を要求すると、サーバーはLLMで使用できる構造化された形式で情報を返します。

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

ブラウザを開いてコンソール ログとネットワーク要求を監視および取得し、Web ページの動作に関する構造化データを LLM に提供します。

  1. 特徴
    1. 要件
      1. クロードでの設置
        1. コマンド
          1. 仕組み

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
              Last updated -
              1
              54,163
              JavaScript
              MIT License
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              Enables browser automation for LLMs on Linux display servers, supporting web interaction, screenshots, and JavaScript execution in a real browser.
              Last updated -
              7
              5
              4
              JavaScript
              • Linux
            • A
              security
              F
              license
              A
              quality
              A server that helps discover and analyze websites implementing the llms.txt standard, allowing users to check if websites have llms.txt files and list known compliant websites.
              Last updated -
              2
              2
              44
              JavaScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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/Operative-Sh/playwright-consolelogs-mcp'

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