306,474 tools. Last updated 2026-07-25 10:38
"Electron" matching MCP tools:
- Audit an Electron app against the official security checklist by examining BrowserWindow configuration, main process code, package.json, preload scripts, and HTML for 19 detectable security issues.MIT
- Disable dangerous Electron features at compile time by configuring fuses, hardening your app against runtime exploits.MIT
- Identify deprecated and removed Electron APIs in your source code, providing replacement suggestions and deprecation version details.MIT
- Analyzes Electron source code to detect dangerous patterns like shell.openExternal with user input, disabled webSecurity, and other OWASP-style vulnerabilities specific to Electron.MIT
- Diagnose Electron build failures by analyzing error output from electron-builder, electron-forge, or electron-packager. Identifies code signing, native module, ASAR, configuration, and path resolution issues.MIT
- Generate complete custom protocol and deep linking configuration for Electron apps, handling URL registration, single/multi-instance routing, and platform-specific settings for macOS, Windows, and Linux.MIT
Matching MCP Servers
- AlicenseAqualityAmaintenanceDrive, inspect, and assert on real Electron desktop apps from an AI agent — agent-native, Playwright-style automation with accessibility refs, stable error codes, and retrying assertionsLast updated555MIT
- AlicenseAqualityCmaintenanceMCP server for interacting with and debugging Electron apps, providing tools for window automation, IPC, logs, and main-process state via CDP and Node inspector.Last updated204MIT
Matching MCP Connectors
EMDB (EBI Electron Microscopy Data Bank) MCP — keyless.
Live shopping connector for M.K. Electronics — Bangladesh's largest authorized multi-brand electronics retailer (40+ years; 100+ global brands; 16 superstores nationwide). Use the included tools to search the in-stock catalog, fetch full product details with specs and EMI options, list categories, and find showrooms in any city. Returns current pricing in BDT and live availability — no HTML scraping needed. Ideal for shopping assistants helping customers in Bangladesh decide what to buy.
- Provides clear, authoritative explanations of Electron concepts, countering outdated tutorial content with accurate, version-aware information.MIT
- Generate complete auto-update configuration for Electron apps using electron-updater. Includes main process code, event handling, notification UI, and signing requirements.MIT
- Run preflight checks on Node, Playwright, Electron, and environment settings without launching Electron. Inspect failures and warnings before starting a session.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
- List, switch, open, or close tabs in Chromium-based apps. Use to manage multiple windows or drive a specific tab during a flow.Apache 2.0
- Boot and wait for an iOS simulator, Android emulator, Vega Fire TV virtual device, or Electron app to become ready for interactions. Returns device details and ensures clean retry on failure.Apache 2.0
- Run saved automation sequences that launch apps, interact with UI elements, verify conditions, and capture screenshots across iOS, Android, and Chromium.Apache 2.0
- Retrieve the last verification date, current Electron stable version, and supported version range to determine if advice from other tools is current.MIT
- Generates a secure preload.ts with contextBridge.exposeInMainWorld for multiple IPC methods, including TypeScript declarations and security best practices.MIT
- Explains Electron's multi-process architecture including main process, renderer processes, preload scripts, and contextBridge. Provides version-aware guidance for building features.MIT
- Configure Content Security Policy for Electron apps by specifying bundler, inline styles, eval, and external connections or images. Returns both meta-tag and session.webRequest implementations.MIT
- Analyzes Electron main, renderer, and preload code to detect and fix 7 performance anti-patterns including eager module loading and synchronous operations.MIT
- Analyze preload script and main process IPC code for security vulnerabilities including raw ipcRenderer exposure, missing sender validation, synchronous IPC, memory leaks, prototype pollution, and insecure channel patterns.MIT
- Generate a checklist of breaking changes, deprecated APIs, and required code modifications for upgrading between Electron versions.MIT