Skip to main content
Glama
takumi0706

Google Calendar MCP Server

by takumi0706

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CLIENT_IDYesYour Google Cloud OAuth client ID
GOOGLE_REDIRECT_URIYesThe OAuth redirect URI, typically http://localhost:4153/oauth2callbackhttp://localhost:4153/oauth2callback
GOOGLE_CLIENT_SECRETYesYour Google Cloud OAuth client secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getEventsA

List events from a Google Calendar within an optional time range.

createEventA

Create an event on a Google Calendar. Supports all-day events, attendees, reminders and RFC5545 recurrence rules.

updateEventA

Update an existing Google Calendar event. Omitted fields keep their current values.

deleteEventC

Delete an event from a Google Calendar by its event ID.

authenticateA

Start the Google Calendar OAuth flow. Opens a browser window for consent and stores the resulting tokens in memory.

Prompts

Interactive templates invoked by user choice

NameDescription
view_upcoming_eventsShow my upcoming events
create_meetingCreate a new meeting
find_free_timeFind available time slots
reschedule_eventReschedule an existing event
cancel_eventCancel an existing event
weekly_schedule_overviewGet a weekly schedule overview
create_recurring_meetingCreate a recurring meeting
find_meeting_conflictsCheck for scheduling conflicts
prepare_for_todayGet today's schedule summary
schedule_around_eventSchedule new events around existing ones

Resources

Contextual data attached and managed by the client

NameDescription
primary_calendarUser's primary Google Calendar
user_calendarsList of all calendars accessible to the user

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/takumi0706/google-calendar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server