mcp for Zed
io.github.noncelogic/mcp
Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@roveapi/mcp"
],
"env": {
"ROVE_API_KEY": "<ROVE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs