Skip to content
Grok

cal auto python for Grok

io.github.danielsousaoliveira/cal-auto-python

Schedule a GitHub Projects backlog into Google Calendar, as a CLI or an MCP server.

client:Grok transport:stdio runtime:pypi

Install cal auto python in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cal-auto-python": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cal-auto-python"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_PROJECT_ID": "<GITHUB_PROJECT_ID>",
        "CAL_AUTO_TIMEZONE": "<CAL_AUTO_TIMEZONE>",
        "CAL_AUTO_CONFIG_DIR": "<CAL_AUTO_CONFIG_DIR>",
        "CAL_AUTO_WORKING_DAY_START": "<CAL_AUTO_WORKING_DAY_START>",
        "CAL_AUTO_WORKING_DAY_END": "<CAL_AUTO_WORKING_DAY_END>",
        "CAL_AUTO_CALENDAR_ID": "<CAL_AUTO_CALENDAR_ID>",
        "CAL_AUTO_TASK_LIST_ID": "<CAL_AUTO_TASK_LIST_ID>",
        "CAL_AUTO_ATTENDEES": "<CAL_AUTO_ATTENDEES>",
        "CAL_AUTO_SCHEDULABLE_STATUSES": "<CAL_AUTO_SCHEDULABLE_STATUSES>",
        "CAL_AUTO_COUNT_ALL_DAY_EVENTS": "<CAL_AUTO_COUNT_ALL_DAY_EVENTS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cal auto python in other clients