MCP server

Playwright
MCPMicrosoft’s browser, as tools the agent can drive.
Official Playwright MCP. Tabs, snapshots, clicks. The same engine as your tests.
latest·Apache-2.0·Updated this month·github.com/microsoft/playwright-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}By Microsoft
Spec
What the server actually exposes.
browser_navigate
writeOpen a URL.
browser_snapshot
readAccessibility snapshot of the page.
browser_click
writeClick a role or a test id.
browser_type
writeType into a field.
Guardrails
- Local browser
- You see the tab
- No silent form-submit past a confirm in most clients
playwright-mcp.mcp/tools
Tools
- write
browser_navigate
Open a URL.
- read
browser_snapshot
Accessibility snapshot of the page.
- write
browser_click
Click a role or a test id.
- write
browser_type
Type into a field.
Last call
{ "ok": true,
"tool": "browser_navigate",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
