MCP server for taking screenshots on Windows.
| Tool | Description |
|---|---|
list_windows |
List visible windows (id, title, appName, screen) |
screenshot_window |
Capture window by ID or title |
screenshot_screen |
Capture entire screen by index |
claude mcp add printscreen-mcp -- npx -y github:saksofonists/printscreen-mcpAdd to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"prtscr": {
"command": "npx",
"args": ["-y", "github:saksofonists/printscreen-mcp"]
}
}
}git clone https://github.com/saksofonists/printscreen-mcp
cd printscreen-mcp
npm install
npm run build