# sindresorhus/awesome-electron | Model Context Protocol (MCP) Server > Useful resources for creating apps with Electron [SUBMISSIONS ARE TEMPORARILY PAUSED BECAUSE I'M TIRED OF REVIEWING LOW-QUALITY STUFF] - **Stars**: ⭐ 27,140 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-electron": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-electron" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-electron": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-electron" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-electron` - **Docker**: `docker run -i --rm mcp/awesome-electron`