✨ Fetches your schedule (Google Calendar) and outputs it as a single LLM prompt, with an optional MCP server mode.
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"
]
}
}
}
Run in terminal:
claude mcp add cal2prompt cargo run -- cal2prompt
Add to .cursor/mcp.json:
{
"mcpServers": {
"cal2prompt": {
"command": "cargo",
"args": [
"run",
"--",
"cal2prompt"
]
}
}
}