# connors/photon | Model Context Protocol (MCP) Server > The fastest way to build beautiful Electron apps using simple HTML and CSS - **Stars**: ⭐ 10,078 - **Language**: CSS - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "photon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-photon" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "photon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-photon" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-photon` - **Docker**: `docker run -i --rm mcp/photon`