Skip to main content
Glama

MCP Windows Screenshots

by rubinsh

get_screenshot

Access and retrieve Windows screenshot files directly by specifying the file path. Optionally obtain base64-encoded content to share with Claude Code, simplifying interaction without manual file navigation.

Instructions

Get a specific screenshot file path or content

Input Schema

NameRequiredDescriptionDefault
pathYesFull path to the screenshot file
return_contentNoReturn base64 encoded content instead of just the path (default: false)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Full path to the screenshot file", "type": "string" }, "return_content": { "default": false, "description": "Return base64 encoded content instead of just the path (default: false)", "type": "boolean" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from MCP Windows Screenshots

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/rubinsh/mcp-windows-screenshots'

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