babelwrap mcp for Zed
io.github.babelwrap/babelwrap-mcp
MCP server for BabelWrap — give AI agents web browsing superpowers.
client:Zed
transport:stdio
runtime:npm
Install babelwrap mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"babelwrap-mcp": {
"command": "npx",
"args": [
"-y",
"babelwrap-mcp"
],
"env": {
"BABELWRAP_API_KEY": "<BABELWRAP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs