sendblue browser mcp for Zed
io.github.sendblue-api/sendblue-browser-mcp
Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.
client:Zed
transport:stdio
runtime:npm
Install sendblue browser mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sendblue-browser-mcp": {
"command": "npx",
"args": [
"-y",
"sendblue-browser-mcp"
],
"env": {
"BROWSER_USE_API_KEY": "<BROWSER_USE_API_KEY>",
"BROWSER_USE_URL": "<BROWSER_USE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs