Skip to main content
Glama

Electron MCP Server

by halilural

take_screenshot

Capture a screenshot of an Electron application window and return base64 image data for AI analysis. Save the screenshot to a specified path or use a temporary directory. Identify windows by title for precise targeting.

Instructions

Take a screenshot of any running Electron application window. Returns base64 image data for AI analysis. No files created unless outputPath is specified.

Input Schema

NameRequiredDescriptionDefault
outputPathNoPath to save the screenshot (optional, defaults to temp directory)
windowTitleNoSpecific window title to screenshot (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputPath": { "description": "Path to save the screenshot (optional, defaults to temp directory)", "type": "string" }, "windowTitle": { "description": "Specific window title to screenshot (optional)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Electron MCP Server

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/halilural/electron-mcp-server'

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