mcp-screenshot
by kazuph
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OCR_API_URL | No | yomitoku API base URL | http://localhost:8000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |