Skip to main content
Glama

Electron MCP Server

by halilural

get_electron_window_info

Retrieve detailed information about running Electron application windows, including child windows, by leveraging remote debugging on port 9222 using Chrome DevTools Protocol.

Instructions

Get information about running Electron applications and their windows. Automatically detects any Electron app with remote debugging enabled (port 9222).

Input Schema

NameRequiredDescriptionDefault
includeChildrenNoInclude child windows information

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeChildren": { "description": "Include child windows information", "type": "boolean" } }, "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