Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.
claude mcp add stashot -- npx -y stashot-mcp
claude_desktop_config.json
{
"mcpServers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"stashot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.tammifull--stashot/reviews or the review_server meta-tool.
POST /mcp