Shiplight for Zed
ai.shiplight/shiplight
An MCP server that provides browser automation
client:Zed
transport:stdio
runtime:npm
Install Shiplight in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shiplight": {
"command": "npx",
"args": [
"-y",
"@shiplightai/mcp"
],
"env": {
"PWDEBUG": "<PWDEBUG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs