cal2prompt

shuntaka9576/cal2prompt
★ 15 stars Rust 🔌 API Integration Updated 4mo ago
✨ Fetches your schedule (Google Calendar) and outputs it as a single LLM prompt, with an optional MCP server mode.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cal2prompt": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cal2prompt"
      ]
    }
  }
}