electron-mcp

agent-labs-dev/electron-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
Embedded MCP server for Electron apps — drive your renderers via Chrome DevTools Protocol
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",
        "agent-labs-dev/electron-mcp"
      ]
    }
  }
}

README Excerpt

Embedded MCP server for Electron apps. It runs inside your Electron main process, exposes the `BrowserWindow` surfaces you choose, and lets MCP clients drive those renderers through Chrome DevTools Protocol. This package is for apps that want MCP automation as an opt-in feature of the app itself. Your main process decides when the server starts, which windows are

Tools (15)

ax_snapshotclickevaluatefill_formfocus_surfacehide_surfacehoverlist_surfacespress_keyquery_domreload_surfacereset_statescreenshotshow_surfacetype_text