# @a1-x-tech/mcp-google-calendar

MCP server for the Google Calendar API — list calendars, create and manage events, attendees, Google Meet, recurring events, free/busy, Out of Office and Focus Time. For Claude, Cursor, Codex and other AI clients.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.2.0
- **Author:** gistrec
- **License:** MIT
- **npm:** @a1-x-tech/mcp-google-calendar
- **Source:** https://github.com/A1-x-Tech/mcp-google-calendar
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 1 day

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-21T00:13:44.681Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

13 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `query_free_busy`
- `create_out_of_office`
- `create_focus_time`
- `list_calendars`
- `get_calendar` — Fetches one calendar-list entry: summary, description, timeZone (the calendar's default IANA zone — use it to interpret event times), accessRole, defaultReminde
- `list_events`
- `get_event` — Fetches one event by id: summary, description, location, start/end, attendees with their responseStatus (accepted/declined/tentative/needsAction), organizer, re
- `create_event`
- `update_event`
- `delete_event` — Deletes (cancels) an event — there is no undelete. Deleting a series master id cancels the ENTIRE recurring series; deleting one instance id (from list_event_in
- `move_event` — Moves an event to a different calendar (changes its organizer calendar; the event id stays the same). Rescheduling to another TIME is update_event, not this. On
- `list_event_instances`
- `raw_request`

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-google-calendar\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@a1-x-tech/mcp-google-calendar\"\n      ],\n      \"env\": {\n        \"GOOGLE_CALENDAR_CLIENT_SECRET\": \"<YOUR_GOOGLE_CALENDAR_CLIENT_SECRET>\",\n        \"GOOGLE_CALENDAR_REFRESH_TOKEN\": \"<YOUR_GOOGLE_CALENDAR_REFRESH_TOKEN>\",\n        \"GOOGLE_CALENDAR_ACCESS_TOKEN\": \"<YOUR_GOOGLE_CALENDAR_ACCESS_TOKEN>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_CALENDAR_CLIENT_SECRET` — Google Calendar Client Secret (optional)
- `GOOGLE_CALENDAR_REFRESH_TOKEN` — Google Calendar Refresh Token (optional)
- `GOOGLE_CALENDAR_ACCESS_TOKEN` — Google Calendar Access Token (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 3 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Critical blast radius — deletes data; holds an oauth grant.
- Floor 61, ceiling 61 (tier: critical)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-calendar
- Install plan: https://forgeregistry.com/api/v1/packages/%40a1-x-tech%2Fmcp-google-calendar/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40a1-x-tech%2Fmcp-google-calendar
- HTML page: https://forgeregistry.com/registry/%40a1-x-tech%2Fmcp-google-calendar
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
