Playwright
Automate browsers with accessibility snapshots instead of vision models. Navigate, click, fill forms, and capture page content.
Add Playwright to your agent
Pick your host and paste the config snippet. Replace placeholder tokens and paths before connecting to production data.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}
Add this block under mcpServers, then restart Cursor.