calendrome

mklute101/calendrome
★ 0 stars TypeScript API Integration Updated 4d ago
Project-based task scheduling engine — local Reclaim.ai replacement with MCP server and Google Calendar integration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calendrome": {
      "command": "npx",
      "args": [
        "-y",
        "mklute101/calendrome"
      ]
    }
  }
}

README Excerpt

A local, project-based task scheduling engine exposed as an MCP server. Designed to replace Reclaim.ai with a simpler model: **you** (via Claude planner skills) decide what goes where, calendrome tracks the tasks, budgets, habits, and time. ```bash npm install npm run build npm test # 110+ tests, all should pass