browser mcp for Zed
io.github.mrfentmen/browser-mcp
Control a local headless Chrome browser: open pages, read titles, and take screenshots.
client:Zed
transport:stdio
runtime:npm
Install browser mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"browser-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/browser-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs