/playwright

Playwright (browser automation, persistent session)

Install URL

https://mcp.nks-hub.cz/playwright/<TOKEN>/mcp

Replace <TOKEN> with one of the configured gateway tokens (ask the gateway operator).

⚠ Stateful service

This endpoint proxies to a singleton @playwright/mcp child process with a persistent browser profile. Browser state (cookies, storage, open tabs) is shared across all clients using this token. The child is killed after 30 min of inactivity; the next call respawns it (profile state survives).

ChatGPT (Apps SDK custom connector)

  1. ChatGPT settings → Connectors → New connector.
  2. Server URL: paste the URL above with your real token.
  3. Authentication: Žádné ověřování (No authentication).
  4. Save. The connector exposes all tools of this MCP server.

Claude Code / Desktop

For local stdio use, the underlying MCP package is still the right thing — see the package README for the stdio config. The gateway is only for remote HTTP clients (ChatGPT, hosted IDE plugins, web shells).

Status