Skip to content
Zed

Electron MCP Server for Zed

io.github.yawlabs/electron-mcp

Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants

client:Zed transport:stdio runtime:npm

Install Electron MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "electron-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/electron-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Electron MCP Server in other clients