Skip to content

screen buffer mcp for Zed

io.github.vladkarpman/screen-buffer-mcp

MCP server for fast Android screenshots via scrcpy frame buffer (~50ms latency).

client:Zed transport:stdio runtime:pypi

Install screen buffer mcp in Zed

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

{
  "context_servers": {
    "screen-buffer-mcp": {
      "command": "uvx",
      "args": [
        "screen-buffer-mcp"
      ]
    }
  }
}

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

screen buffer mcp in other clients