CoolFace
Apppublic

m8chaa/playwright_mcp

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Standalone Playwright MCP Server

This Hugging Face Space runs a standalone Playwright MCP (Model Context Protocol) server.

It is designed to be called by other applications/Spaces that require browser automation capabilities.

Configuration

  • MCP Server Port (internal): 7860 (defined in mcp-config.json and Dockerfile EXPOSE)
  • Exposed via Hugging Face: The Space URL will point to this service.
  • Browser: Chromium (installed via Dockerfile)
  • Logging: Verbose (set in mcp-config.json)

See mcp-config.json for detailed browser and server settings.