can see for Windsurf
io.github.hurleysk/can-see
Let AI agents see and interact with terminal/CLI apps via PNG screenshots
client:Windsurf
transport:stdio
runtime:npm
Install can see in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs