Skip to content
VS Code

screen buffer mcp for VS Code

io.github.vladkarpman/screen-buffer-mcp

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

client:VS Code transport:stdio runtime:pypi

Install screen buffer mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "screen-buffer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "screen-buffer-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

screen buffer mcp in other clients