Navigate pages and interact via accessibility snapshots
Browser category listings mix scrapers, cloud browsers, and local Playwright. The job here is interactive browsing from the assistant — not SEO crawling.
Ads
Official Playwright MCP — structured snapshots and clicks without screenshot-only models.
Official Chrome DevTools MCP when you need DevTools-level inspection.
Cloud browser sessions when local Chromium is not available.
Community Playwright MCP packaging used in some install guides.
Playwright MCP and Chrome DevTools MCP are the usual official baselines for local automation.
Browserbase fits cloud browsers; community Playwright forks help when you need a different packaging.
One server — microsoft/playwright-mcp. Not a stack merge.
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}Added 16 days ago ·