mcp for Zed
io.github.kitewright/mcp
Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@kitewright/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs