# getumbrel/umbrel | Model Context Protocol (MCP) Server > An elegant home server OS. Run OpenClaw, store your files and photos, run a Bitcoin node, and do more with over 300 apps in the Umbrel App Store. - **Stars**: ⭐ 11,224 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "umbrel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-umbrel" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "umbrel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-umbrel" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-umbrel` - **Docker**: `docker run -i --rm mcp/umbrel`