Skip to main content
Glama

mcp-screenshot

by kazuph

capture

Capture screenshots of specified regions, perform OCR, and save output in formats like JSON or markdown for macOS. Customize region and format settings to meet specific needs.

Instructions

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 from mcp-screenshot

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-screenshot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server