can-see
Rank #33,576io.github.HurleySk/can-see
Let AI agents see and interact with terminal/CLI apps via PNG screenshots
can-see is a Model Context Protocol (MCP) server published by hurleysk. It ranks #33,576 of 115,460 servers tracked on MCP Toplist. can-see is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Apr 14, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 81,884 of 115,460 servers on MCP Toplist.
Use can-see
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add can-see -e "DEFAULT_COLS=<your DEFAULT_COLS>" -e "DEFAULT_ROWS=<your DEFAULT_ROWS>" -e "IDLE_TIMEOUT_MS=<your IDLE_TIMEOUT_MS>" -- npx -y can-seeReplace each placeholder with your own value before saving.
[mcp_servers.can-see]
command = "npx"
args = ["-y", "can-see"]
[mcp_servers.can-see.env]
DEFAULT_COLS = "<your DEFAULT_COLS>"
DEFAULT_ROWS = "<your DEFAULT_ROWS>"
IDLE_TIMEOUT_MS = "<your IDLE_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"can-see": {
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<your DEFAULT_COLS>",
"DEFAULT_ROWS": "<your DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<your IDLE_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"can-see": {
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<your DEFAULT_COLS>",
"DEFAULT_ROWS": "<your DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<your IDLE_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"can-see": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<your DEFAULT_COLS>",
"DEFAULT_ROWS": "<your DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<your IDLE_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"can-see": {
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<your DEFAULT_COLS>",
"DEFAULT_ROWS": "<your DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<your IDLE_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"can-see": {
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<your DEFAULT_COLS>",
"DEFAULT_ROWS": "<your DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<your IDLE_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.HurleySk%2Fcan-see)<a href="https://mcptoplist.com/server/io.github.HurleySk%2Fcan-see"><img src="https://mcptoplist.com/badge/io.github.HurleySk%2Fcan-see.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
hurleysk
Other servers by hurleysk
View all hurleysk servers →Available versions (5)
| Version | Published |
|---|---|
| 0.4.0 | Apr 15, 2026 |
| 0.3.2 | Apr 15, 2026 |
| 0.3.1 | Apr 15, 2026 |
| 0.2.0 | Apr 14, 2026 |
| 0.1.1 | Apr 14, 2026 |
Frequently asked questions
- Who maintains can-see?
- can-see is maintained by hurleysk, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is can-see listed on the Official MCP Registry?
- Yes — can-see is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does can-see have?
- MCP Toplist tracks 5 versions of can-see, most recently published on Apr 15, 2026.
- Where can I find the source code for can-see?
- The source code for can-see is hosted at github.com/hurleysk/can-see.