mcp-screenshot

capture

Captures a screenshot of the specified region and performs OCR. Options:

  • region: 'left'/'right'/'full' (default: 'left')
  • format: 'json'/'markdown'/'vertical'/'horizontal' (default: 'markdown') The screenshot is saved to a dated directory in Downloads.

Input Schema

NameRequiredDescriptionDefault
formatNomarkdown
regionNoleft

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "enum": [ "json", "markdown", "vertical", "horizontal" ], "type": "string" }, "region": { "default": "left", "enum": [ "left", "right", "full" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools