MCP Server
Google Calendar MCP MCP Server
by Google
Read events, suggest times, and book meetings.
About Google Calendar MCP
Google Calendar MCP. List calendars and events, suggest available times, and create or update events with attendees and conferencing links.
Tags
calendarmeetingsscheduling
How to install Google Calendar MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-calendar"]
}
}
}Example shape only — see the docs for the canonical install command.