io.github.HurleySk/can-see
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_COLSTerminal width in columns (default: 120)
DEFAULT_ROWSTerminal height in rows (default: 30)
IDLE_TIMEOUT_MSAuto-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
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.