Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Web Browser Server
  • Azure Usage MCP Server
  • YOKATLAS API MCP Server
  • OracleDB MCP Server
  • Entscheidsuche MCP Server
Back to MCP Servers
Browser Monitoring MCP Server

Browser Monitoring MCP Server

Public
Operative-Sh/playwright-consolelogs-mcp

Opens a browser to monitor and retrieve console logs and network requests, providing structured data about web page behavior to LLMs.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

Console and Network Logs Playwright MCP Server

This MCP (Model Context Protocol) server uses Playwright to open a browser, monitor console logs, and track network requests. It exposes these capabilities as tools that can be used by MCP clients.

Features

  • Open a browser at a specified URL
  • Monitor and retrieve console logs
  • Track and retrieve network requests
  • Close the browser when done

Requirements

  • Python 3.8+
  • Playwright
  • Model Context Protocol (MCP) Python SDK

Installation in claude

Edit the file: ~/Library/Application\ Support/Claude/claude_desktop_config.json

Add this:

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

(Replace /ABSOLUTE/PATH/TO/playwrightdebugger/ with the absolute path to the directory where you cloned the repository)

Commands

Open localhost:3000/dashboard and look at console logs and network requests

Close the browser

How It Works

The server uses Playwright's event listeners to capture console messages and network activity. When a client requests this information, the server returns it in a structured format that can be used by the LLM.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Web Browser Server
    MCP Web Browser Server

    An advanced web browsing server enabling headless browser interactions via a secure API, providing f...

    6 tools
    Added May 30, 2025
  • Azure Usage MCP Server
    Azure Usage MCP Server

    Enables natural language analysis of Azure usage data from CSV files, providing cost summaries, visu...

    Added May 30, 2025
  • YOKATLAS API MCP Server
    YOKATLAS API MCP Server

    Provides an MCP interface for accessing YOKATLAS (Turkish Higher Education Council Atlas) data, enab...

    Added May 30, 2025
  • OracleDB MCP Server
    OracleDB MCP Server

    A Model Context Protocol Server that enables LLMs to interact with Oracle Database by providing data...

    Added May 30, 2025
  • Entscheidsuche MCP Server
    Entscheidsuche MCP Server

    An MCP server providing standardized access to Swiss court decisions through the entscheidsuche.ch A...

    Added May 30, 2025