It seems that @executeautomation/playwright-mcp-server currently does not provide a reliable way to launch the browser with:
- A specified proxy
- Preloaded authentication state (storageState / cookies)
This makes it difficult to use Playwright MCP in real-world scenarios where:
- traffic must go through a corporate / security proxy
- authenticated sessions must be reused (e.g. bypass login pages)
It seems that
@executeautomation/playwright-mcp-servercurrently does not provide a reliable way to launch the browser with:This makes it difficult to use Playwright MCP in real-world scenarios where: