Skip to content
Grok

can see for Grok

io.github.hurleysk/can-see

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

client:Grok transport:stdio runtime:npm

Install can see in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

can see in other clients