Google Calendar MCP Server
@agc129
About Google Calendar MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gcal-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
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 Google Calendar MCP Server?
Google Calendar MCP Server is a Model Context Protocol (MCP) server that provides integration with Google Calendar. It allows LLM applications to manage calendar events through a standardized interface.
How to use Google Calendar MCP Server?
Set up a .env file with required environment variables, then run uv run client.py after installing the package in a virtual environment. The server exposes tools for listing, creating, updating, and deleting calendar events.
Key features of Google Calendar MCP Server
- List available calendars
- List events from a calendar
- Create new calendar events
- Update existing events
- Delete events
Use cases of Google Calendar MCP Server
- An LLM assistant helping a user view upcoming events
- Automatically scheduling meetings based on natural language requests
- Modifying or deleting events as part of a workflow
- Integrating calendar management into a chatbot or AI agent
FAQ from Google Calendar MCP Server
What Google Cloud setup is required?
You need a Google Cloud project with the Calendar API enabled and OAuth 2.0 credentials (Desktop app type). Add your email as a test user under the OAuth Consent screen.
How do I install the server?
Clone the repository, create a virtual environment with uv venv, activate it, and run uv pip install -e . to install the package in editable mode.
What transports or authentication does it use?
The README does not specify transport details. It uses OAuth 2.0 for authentication with Google Calendar API, with credentials obtained from Google Cloud Console.
Does it require any runtime dependencies?
Yes, it requires Python with uv and the Google Calendar API client libraries (installed via the editable install). A .env file with environment variables is also needed.
Can it be used with any LLM platform?
The README does not specify platform compatibility beyond being an MCP server. It is designed for LLM applications that support the Model Context Protocol.
More Productivity MCP servers
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.

Time
modelcontextprotocolModel Context Protocol Servers
Comments