MCP Browser for Zed
io.github.cherchyk/mcpbrowser
Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.
client:Zed
transport:stdio
runtime:npm
Install MCP Browser in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcpbrowser": {
"command": "npx",
"args": [
"-y",
"mcpbrowser"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs