babelwrap mcp for Zed
io.github.soulfir/babelwrap-mcp
Let AI agents interact with any website through natural language instead of CSS selectors
client:Zed
transport:stdio
runtime:pypi
Install babelwrap mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"babelwrap-mcp": {
"command": "uvx",
"args": [
"babelwrap-mcp"
],
"env": {
"BABELWRAP_API_KEY": "<BABELWRAP_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs