# blackboardsh/electrobun | Model Context Protocol (MCP) Server > Build ultra fast, tiny, and cross-platform desktop apps with Typescript. - **Stars**: ⭐ 12,634 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "electrobun": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-electrobun" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "electrobun": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-electrobun" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-electrobun` - **Docker**: `docker run -i --rm mcp/electrobun`