ShipScreens MCP Server for Zed
io.github.iamjamb/shipscreens
Use this for agent inspect/plan/import/verify/stage store screenshots; not translation-only.
client:Zed
transport:stdio
runtime:npm
Install ShipScreens MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shipscreens": {
"command": "npx",
"args": [
"-y",
"shipscreens"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs