mcp-google-calendar
Provides tools for managing Google calendars and events, including listing calendars, creating/updating/deleting events with recurrence and attendees, managing calendar ACLs, watching for changes, and listing event changes.
Enables creating events with Google Meet video conferencing links.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-google-calendarlist my events for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-google-calendar
A minimal MCP server for Google Calendar using OAuth 2.0 and the Google Calendar API.
Tools
connect_calendar()andcalendar_health()list_calendars()list_events(...)andget_event(...)create_event(...), with recurrence, attendees, and optional Google Meetupdate_event(...)anddelete_event(...)list_calendar_acl(...)andshare_calendar(...)watch_calendar_events(...)list_event_changes(...)
create_event, update_event, delete_event, share_calendar, and
watch_calendar_events have external side effects. MCP clients should request
explicit confirmation before calling them.
Related MCP server: gcal-mcp
Setup
Enable the Google Calendar API in Google Cloud Console.
Create an OAuth client with application type Desktop app.
Download the OAuth file as
credentials.jsoninto this directory.Install dependencies and start the server:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python server.pyThe first connection opens a browser for authorization and creates
token.json. Both credentials.json and token.json are ignored by Git.
Optional .env configuration:
GOOGLE_CREDENTIALS=credentials.json
GOOGLE_TOKEN=token.json
GOOGLE_CALENDAR_TIMEZONE=Asia/JakartaMCP Client
{
"mcpServers": {
"google-calendar": {
"command": "python",
"args": [
"C:/Users/your-user/Documents/GitHub/mcp-google-calendar/server.py"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/algonacci/mcp-google-calendar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server