electron-mcp

YawLabs/electron-mcp
★ 1 stars TypeScript 🔒 Security Updated today
Electron.js MCP server — IPC scaffolding, security auditing, build tooling, and development intelligence for AI assistants
View on GitHub →

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": {
      "command": "npx",
      "args": [
        "-y",
        "YawLabs/electron-mcp"
      ]
    }
  }
}