Skip to content
VS Code

genai capture for VS Code

io.github.linhnnmt/genai-capture

Capture & annotate your screen from an AI agent: arrows, boxes, text, highlight, blur/redact.

client:VS Code transport:stdio runtime:npm

Install genai capture in VS Code

.vscode/mcp.json

{
  "servers": {
    "genai-capture": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "genai-capture-mcp"
      ]
    }
  }
}

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

genai capture in other clients