a year ago
Automated screenshot capture and document processing for MCP Clients
Turn your screenshots into PDFs automatically! Auto-Snap lets your MCP client capture windows, process documents, and create PDFs with simple natural language commands.
Server Config
{
"mcpServers": {
"auto-snap-mcp": {
"command": "uv",
"args": [
"run",
"python",
"server.py"
],
"cwd": "/path/to/auto-snap-mcp",
"env": {
"DISPLAY": ":0"
}
}
}
}