gCalendar-mcp-python
Verified Safeby tobedoit
Overview
Facilitate Google Calendar event creation and management via an MCP server, primarily for integration with AI agents like Claude Desktop App.
Installation
uvx mcp-calendar-pythonEnvironment Variables
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GOOGLE_REFRESH_TOKEN
Security Notes
The server correctly uses environment variables for Google OAuth2 credentials (client ID, client secret, refresh token), avoiding hardcoded secrets. It relies on standard Google API client libraries for authentication and interaction. No 'eval' or other highly dangerous functions are present. The primary security consideration is the secure management of the OAuth2 refresh token by the user, as the server expects it to be pre-obtained and provided.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
meraki-magic-mcp
Provides a comprehensive interface to manage Cisco Meraki network devices and configurations by exposing all Meraki SDK methods as tools, optimized for use with Claude Desktop.
gcal-mcp
Serves as a Model Context Protocol (MCP) server for Google Calendar to query upcoming, date-specific, and searchable events.
gcal-mcp-server
Provides intelligent Google Calendar integration, event management, and scheduling capabilities through a standardized Model Context Protocol (MCP) interface for AI assistants.