Safari Screenshot MCP Server
by rogerheykoop
take_screenshot
Take a screenshot of a webpage using Safari on macOS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | No | Window height in pixels (default: 768) | |
outputPath | No | Path where the screenshot will be saved (default: ./screenshots/[hostname]-[timestamp].png) | |
url | Yes | URL to capture | |
waitTime | No | Time to wait for page load in seconds (default: 3) | |
width | No | Window width in pixels (default: 1024) | |
zoomLevel | No | Zoom level (1 = 100%, 0.5 = 50%, 2 = 200%) |