Stashot for VS Code
io.github.tammifull/stashot
Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.
client:VS Code
transport:stdio
runtime:npm
Install Stashot in VS Code
.vscode/mcp.json
{
"servers": {
"stashot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs