Playwright (browser automation, persistent session)
https://mcp.nks-hub.cz/playwright/<TOKEN>/mcp
Replace <TOKEN> with one of the configured gateway tokens (ask the gateway operator).
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).
Žádné ověřování (No authentication).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).