Playwright for Zed
io.github.microsoft/playwright-mcp
Playwright Tools for MCP
client:Zed
transport:stdio
runtime:npm
tools:8
Install Playwright in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs