Skip to content
Cursor

genai capture for Cursor

io.github.linhnnmt/genai-capture

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

client:Cursor transport:stdio runtime:npm

Install genai capture in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

genai capture in other clients