Skip to main content
Glama
520,054 tools. Updated 2026-09-06 08:15

"Electron" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Scan Electron source code to detect dangerous patterns: shell.openExternal with user input, disabled webSecurity, missing navigation restrictions, and unrestricted window creation. Fix OWASP-style vulnerabilities before deployment.
    MIT
  • Get accurate, version-aware explanations of Electron concepts: process model, context isolation, sandbox, IPC, ASAR, fuses, code signing, and build tool comparisons. Replaces outdated tutorials.
    MIT
  • Generate complete Electron auto-update configuration with electron-updater, including main process setup, event handling, renderer notifications, and signing requirements for GitHub, S3, or generic HTTP servers.
    MIT
  • Run preflight checks on Node, Playwright, Electron, and environment settings without launching Electron. Inspect failures and warnings before starting a session.
    MIT
  • Execute JavaScript code in the Electron main process to access system resources, invoke IPC handlers, and control application windows beyond renderer limitations.
    MIT
  • Spawns an Electron application with debugging ports enabled, allowing control of both the renderer and main process via CDP and Node inspector.
    MIT
  • Spawn an Electron application by running an npm script, forwarding debug ports for remote debugging. Designed for electron-forge projects where the dev server starts first.
    MIT
  • Evaluate JavaScript expressions in an Electron app's main process via the inspector protocol, accessing APIs like require('electron').
    MIT
  • Retrieve details about running Electron applications and their windows, including child windows, by leveraging remote debugging on port 9222. Ideal for automation and debugging workflows.
    MIT
  • Execute JavaScript in Electron app renderer processes to automate UI interactions, manipulate DOM elements, and retrieve data through Chrome DevTools Protocol integration.
    -
  • Boot an iOS simulator, Android emulator, Vega Fire TV virtual device, or Electron app and wait until it is ready to accept interactions. Returns platform-specific details for the started target.
    Apache 2.0
  • List, switch, open, and close tabs in Chromium-based apps to control which page the next action targets when multiple windows or tabs are open.
    Apache 2.0