Skip to content

Releases: vibe-coding-labs/playwright-plus-mcp

v0.0.33 - πŸͺŸ First True Multi-Project Playwright MCP with Demo Videos

31 Jul 19:08

Choose a tag to compare

πŸͺŸ 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!