gCalendar-mcp
Verified Safeby tobedoit
Overview
This MCP server enables AI assistants to create and manage Google Calendar events.
Installation
npx -y @tobedoit/google-calendar-mcpEnvironment Variables
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GOOGLE_REFRESH_TOKEN
- MCP_LOG_LEVEL
- MCP_IDLE_TIMEOUT_MS
Security Notes
The server correctly handles sensitive Google OAuth2 credentials via environment variables, avoiding hardcoding. It implements robust error handling, an idle timeout for resource management, and gracefully shuts down if stdin closes, preventing orphaned processes. Console logging is redirected to stderr to prevent interference with the JSON-RPC protocol on stdout. A SECURITY.md policy is also provided. Input validation is handled by the MCP SDK's schema definition.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
mcp-server-google-workspace
Provides programmatic control over Google Workspace applications (Sheets, Docs, Drive, Gmail, Calendar, Slides) through a Model Context Protocol (MCP) server for AI automation.
gcal-mcp-server
Provides intelligent Google Calendar integration, event management, and scheduling capabilities through a standardized Model Context Protocol (MCP) interface for AI assistants.
simply-outlook-mcp
Enables AI assistants to manage Microsoft Outlook calendars and emails via the Microsoft Graph API.