Playwright browser MCP for coding agents working behind a full-tunnel VPN. The tunnel stays
up so the agent keeps reaching its API, while the browser's own traffic egresses through your
real ISP — for services that reject the tunnel's exit IP: domestic APIs, payment and SMS
gateways, bank endpoints. Per-socket binding plus a LAN-bound proxy, with per-host routing
rules so you choose which hosts go
An MCP server that runs concurrent, session-isolated Playwright browser contexts, so many agents can each drive their own browser at the same time without colliding.
Multi-agent Playwright MCP server with tab isolation via targetId, enabling multiple agents to share a single Chrome browser while maintaining isolated tab groups and shared sessions.
A browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.
An MCP server for generic browser automation using Playwright. Enables MCP clients to navigate pages, inspect elements, execute JavaScript, capture screenshots, and monitor console logs and network traffic via a headless Chromium instance.
A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.