P
Playwright MCP Orchestrator
by @mediar-ai
Multi-agent orchestrator for Playwright MCP — multiple AI agents sharing one Chrome browser with tab isolation
Created 3/11/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-playwright-mcp-orchestrator
Cursor configuration (mcp.json)
{
"mcpServers": {
"mediar-ai-playwright-mcp-orchestrator": {
"command": "npx",
"args": [
"mediar-ai-playwright-mcp-orchestrator"
]
}
}
}