Playwright
by Microsoft (official)
Playwright
13,00014,521,243/mov0.0.75stdioVerified on npm
AutomationDeveloper ToolsMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Overview
Microsoft's official Playwright MCP server. Drives a real browser using accessibility-tree snapshots (no screenshots needed) for fast, reliable web navigation, testing and scraping by AI agents.
Tools (4)
browser_navigateOpen a URL
browser_snapshotGet an accessibility-tree snapshot
browser_clickClick an element
browser_typeType into a field
Key features
- Accessibility-tree driven (no screenshots)
- Fast and reliable
- Cross-browser
- Microsoft official
Use cases
- Reliable web automation
- AI-driven E2E testing
- Structured scraping
Frequently asked questions about Playwright
No — it uses the accessibility tree, which is faster and more deterministic for LLMs.
Did you find this helpful?