Electron MCP Server for Windsurf
io.github.yawlabs/electron-mcp
Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants
client:Windsurf
transport:stdio
runtime:npm
Install Electron MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"electron-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/electron-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs