electron-mcp-server

amafjarkasi/electron-mcp-server
★ 76 stars JavaScript API Integration Updated 3d ago ✗ Risk
🚀 A powerful MCP server for debugging Electron applications with deep Chrome DevTools Protocol integration. Control, monitor, and debug Electron apps through a standardized API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "electron-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amafjarkasi/electron-mcp-server"
      ]
    }
  }
}