MCP server for Electron application automation and management. See MCP_USAGE_GUIDE.md for proper argument structure examples.
{
"mcpServers": {
"electron": {
"command": "npx",
"args": [
"-y",
"electron-mcp-server"
]
}
}
}