Gcal Fast
FreeNot checkedA Google Calendar MCP server built with FastMCP, providing tools for event CRUD, calendar management, and availability queries via the Google Calendar API.
About
A Google Calendar MCP server built with FastMCP, providing tools for event CRUD, calendar management, and availability queries via the Google Calendar API.
README
Google Calendar MCP server built with FastMCP. Provides 10 tools for calendar management, event CRUD, and availability queries via the Google Calendar API v3.
Setup
1. Google OAuth Credentials
Place your Google Cloud OAuth client credentials at ~/.gcal-mcp/gcp-oauth.keys.json (or in the project directory — they'll be copied automatically).
If you already have a GCP project configured for another Google API (e.g. gmail-fast-mcp), you can reuse the same OAuth client — just enable the Google Calendar API in that project.
2. Authenticate
uv run python -m gcal_fast_mcp auth
This opens a browser for the OAuth flow and saves tokens to ~/.gcal-mcp/credentials.json.
For cloud environments with a custom callback URL:
uv run python -m gcal_fast_mcp auth https://your-domain.com/oauth2callback
3. Run the Server
uv run python -m gcal_fast_mcp
MCP Client Configuration
{
"mcpServers": {
"google-calendar": {
"command": "uv",
"args": ["--directory", "/path/to/gcal-fast-mcp", "run", "google-calendar-fast-mcp"]
}
}
}
Tools
| Tool | Description |
|---|---|
list_calendars |
List all calendars the user has access to |
get_calendar |
Get details of a specific calendar |
list_events |
List events within a time range (supports search, recurring expansion) |
get_event |
Get full details of a single event |
create_event |
Create a new event with attendees, location, etc. |
update_event |
Update an existing event (partial updates supported) |
delete_event |
Delete an event |
quick_add |
Create an event from natural language (e.g. "Lunch tomorrow at noon") |
check_availability |
Check free/busy status for one or more calendars |
Configuration
Environment variables (prefix GCAL_):
| Variable | Default | Description |
|---|---|---|
GCAL_OAUTH_PATH |
~/.gcal-mcp/gcp-oauth.keys.json |
OAuth client secrets file |
GCAL_CREDENTIALS_PATH |
~/.gcal-mcp/credentials.json |
Saved OAuth tokens |
GCAL_DEFAULT_CALENDAR |
primary |
Default calendar ID |
GCAL_MAX_RESULTS |
50 |
Default max events returned |
Google Calendar API Scopes
calendar— Full calendar accesscalendar.events— Event CRUD operations
Installing Gcal Fast
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jeffmm/gcal-fast-mcpFAQ
Is Gcal Fast MCP free?
Yes, Gcal Fast MCP is free — one-click install via Unyly at no cost.
Does Gcal Fast need an API key?
No, Gcal Fast runs without API keys or environment variables.
Is Gcal Fast hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Gcal Fast in Claude Desktop, Claude Code or Cursor?
Open Gcal Fast on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
by fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
by aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
by rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
by WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
by Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
by madbonezCompare Gcal Fast with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
