umbrel (MCP Server)

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "umbrel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-umbrel"
      ]
    }
  }
}