🪟 First True Multi-Project Playwright MCP!
�� What's New
�� Demo Videos Added
- Before/After Comparison: Added demo videos showcasing the dramatic difference between standard Playwright MCP and our enhanced version
- Direct Playback: Videos now play directly in GitHub README for better user experience
- Visual Proof: See the frustration of constant re-login vs. the smooth persistent sessions
🔒 Enhanced Project Isolation
- Multi-Project Workflow: Work on multiple projects simultaneously without session conflicts
- Persistent Authentication: Never lose login states between sessions
- Zero Configuration: Works out-of-the-box with sensible defaults
🛠️ Technical Improvements
- 100% Backward Compatible: Drop-in replacement for official Playwright MCP
- Intelligent Storage: Automatic cleanup and management of session data
- Cross-Platform Support: Windows, macOS, Linux with intelligent storage location selection
�� See the Difference
�� Without Playwright Plus MCP:
- Every new window = New login required
- Frustrating, time-consuming workflow interruptions
- Constant re-authentication in automated tests
🚀 With Playwright Plus MCP:
- Sessions persist across ALL windows
- Login once, work everywhere
- Smooth, efficient, and professional experience
🚀 Getting Started
Standard Config (100% compatible):
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@ai-coding-labs/playwright-mcp-plus@latest"]
}
}
}Enhanced Config (with project isolation):
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@ai-coding-labs/playwright-mcp-plus@latest", "--project-isolation"]
}
}
}📦 Installation
npm install @ai-coding-labs/playwright-mcp-plus@latest🔗 Links
🎉 What This Means for You
- 10x Faster Tests: No more re-login overhead in automated tests
- Uninterrupted Workflow: Switch between projects without losing authentication
- Enterprise Ready: Perfect for CI/CD pipelines and development workflows
- Zero Maintenance: Automatic session management and cleanup
�� The Result: Your automated tests run faster, your development workflow is uninterrupted, and you can work on multiple projects simultaneously without losing authentication state.
This is the first true multi-project Playwright MCP that solves the session conflict problem once and for all!