Skip to content

Universal Screenshot MCP for Zed

io.github.sethbang/screenshot-server

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

client:Zed transport:stdio runtime:npm

Install Universal Screenshot MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "screenshot-server": {
      "command": "npx",
      "args": [
        "-y",
        "universal-screenshot-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Universal Screenshot MCP in other clients