← Index

io.github.HurleySk/can-see

io.github.HurleySk/can-see·v0.4.0·Developer Tools
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "can-see": {
      "command": "npx",
      "args": [
        "-y",
        "can-see"
      ],
      "env": {
        "DEFAULT_COLS": "<default_cols>",
        "DEFAULT_ROWS": "<default_rows>",
        "IDLE_TIMEOUT_MS": "<idle_timeout_ms>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "can-see": {
      "command": "npx",
      "args": [
        "-y",
        "can-see"
      ],
      "env": {
        "DEFAULT_COLS": "<default_cols>",
        "DEFAULT_ROWS": "<default_rows>",
        "IDLE_TIMEOUT_MS": "<idle_timeout_ms>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y can-see
§02  Environment variables
DEFAULT_COLS

Terminal width in columns (default: 120)

DEFAULT_ROWS

Terminal height in rows (default: 30)

IDLE_TIMEOUT_MS

Auto-close idle sessions after this many milliseconds (default: 300000)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools