uhabits

GitHub

Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits

RAW Config

Claude Desktop Configuration

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

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