mcpbeat Sign in

Cal Auto Python MCP Server

by danielsousaoliveira Your server? Claim it
local only

Cal Auto Python runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

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

Installs / week
pypi · cal-auto-python
0
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cal Auto Python every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cal-auto-python -- uvx cal-auto-python
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cal-auto-python": {
      "args": [
        "cal-auto-python"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cal-auto-python]
command = "uvx"
args = ["cal-auto-python"]
.cursor/mcp.json
{
  "mcpServers": {
    "cal-auto-python": {
      "args": [
        "cal-auto-python"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cal-auto-python": {
      "args": [
        "cal-auto-python"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token used to query the GitHub Project.), GITHUB_PROJECT_ID (GitHub Projects V2 node ID of the board to read.), CAL_AUTO_TIMEZONE (IANA timezone name used to schedule events, e.g. Europe/Lisbon.), CAL_AUTO_CONFIG_DIR (Directory holding Google OAuth credentials and token. Defaults to the platform config directory.), CAL_AUTO_WORKING_DAY_START (Start of the working day as HH:MM. Defaults to 09:00.), CAL_AUTO_WORKING_DAY_END (End of the working day as HH:MM. Defaults to 17:00.), CAL_AUTO_CALENDAR_ID (Google Calendar ID to schedule events into. Defaults to primary.), CAL_AUTO_TASK_LIST_ID (Google Tasks list ID to create tasks in. Defaults to @default.), CAL_AUTO_ATTENDEES (Comma-separated email addresses to invite to scheduled events.), CAL_AUTO_SCHEDULABLE_STATUSES (Comma-separated GitHub Project status names to schedule. Defaults to Backlog.), CAL_AUTO_COUNT_ALL_DAY_EVENTS (Whether all-day events count against free/busy slots. Defaults to false.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cal Auto Python

same job, measured the same way
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
Google_calendar
by pipeworx-io

Google Calendar MCP Pack

36 tools answering
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Google Calendar
by pulsemcp

MCP server for Google Calendar integration with service account support and domain-wide delegation.

101 installs/wk local only
MCP Ecc
by karljsamuel

Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).

282 installs/wk local only
Calfeed
by calfeed

Turn a written schedule into a live calendar link people subscribe to in Apple, Google, Outlook.

answering
Mewcp Google Calendar
by ammar-62

Schedule smarter - create, search, and manage Google Calendar events through AI.

local only

Cal Auto Python — questions

Answers built from our own checks of this server.

Why is there no uptime for Cal Auto Python?
Cal Auto Python runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cal-auto-python.
How do I connect Cal Auto Python?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cal-auto-python straight from pypi; nothing to host, nothing to sign up for.
Is Cal Auto Python open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.