MCP server that lets AI assistants automate, debug and screenshot any Electron app over the Chrome DevTools Protocol — no app changes required.
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-server": {
"command": "npx",
"args": [
"-y",
"halilural/electron-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add electron-mcp-server npx -y halilural/electron-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"electron-mcp-server": {
"command": "npx",
"args": [
"-y",
"halilural/electron-mcp-server"
]
}
}
}