Skip to content
Cline

cal auto python for Cline

io.github.danielsousaoliveira/cal-auto-python

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

client:Cline transport:stdio runtime:pypi

Install cal auto python in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "cal-auto-python": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cal auto python in other clients