MCP Google Calendar
@takumi0706
About MCP Google Calendar
A Model Context Protocol (MCP) server for Google Calendar integration with Claude and other AI assistants.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Google Calendar?
MCP Google Calendar is a Model Context Protocol server that integrates Google Calendar with AI assistants like Claude, enabling calendar management through natural language conversations.
How to use MCP Google Calendar?
Install the package globally via npm, set up a Google Cloud project, enable the Calendar API, create OAuth credentials, and configure the required environment variables (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, MCP_PORT). Add the server configuration to Claude Desktop. On first run, authenticate through the browser-based OAuth flow.
Key features of MCP Google Calendar
- View upcoming events and meetings
- Create, update, and delete events
- Search events by time range, keywords, or participants
- Check free/busy times for scheduling
- List available calendars
- Set up meeting invitations with attendees
Use cases of MCP Google Calendar
- Schedule a meeting with a colleague at a specific time
- Check today’s events and find free time
- Cancel or reschedule existing meetings
- Search for events about a project or with a specific attendee
- Create recurring weekly meetings
FAQ from MCP Google Calendar
How do I set up the Google Calendar API?
Create a project in the Google Cloud Console, enable the Google Calendar API, generate OAuth 2.0 credentials (web application), and set the redirect URI to http://localhost:3000/oauth2callback.
How do I fix "Permission denied" errors?
Use the built-in launcher (node -e "require('child_process').spawn(...)") that does not rely on executable permissions, or manually fix permissions with chmod.
How do I clear the stored OAuth token?
Delete the token file at ~/.mcp-google-calendar/token.json and re-authenticate on the next run.
How do I run the server in debug mode?
Set the DEBUG environment variable to true when starting the server.
What Node.js version is required?
Node.js 16.x or higher is required.
More Productivity MCP servers
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Comments