mcp screenshot for Zed
io.github.kamarusama/mcp-screenshot
Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop.
client:Zed
transport:stdio
runtime:pypi
Install mcp screenshot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-screenshot": {
"command": "uvx",
"args": [
"mcp-screenshot"
],
"env": {
"WAYLAND_DISPLAY": "<WAYLAND_DISPLAY>",
"XDG_RUNTIME_DIR": "<XDG_RUNTIME_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs