Skip to content
Cursor

can see for Cursor

io.github.hurleysk/can-see

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

client:Cursor transport:stdio runtime:npm

Install can see in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "can-see": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "can-see"
      ],
      "env": {
        "DEFAULT_COLS": "<DEFAULT_COLS>",
        "DEFAULT_ROWS": "<DEFAULT_ROWS>",
        "IDLE_TIMEOUT_MS": "<IDLE_TIMEOUT_MS>"
      }
    }
  }
}

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

can see in other clients