A cross-platform Model Context Protocol (MCP) server that enables AI agents to capture screenshots of specific application windows!
Server Config
{
"mcpServers": {
"mcp-window-screenshooter": {
"command": "python",
"args": [
"server.py"
],
"cwd": "/path/to/window-screenshooter"
}
}
}