gcal-mcp
Verified Safeby alDuncanson
Overview
Serves as a Model Context Protocol (MCP) server for Google Calendar to query upcoming, date-specific, and searchable events.
Installation
gcal-mcpSecurity Notes
The application includes hardcoded default OAuth client credentials (client_id and client_secret) in its source code. While the `InstalledAppFlow` with PKCE is designed to be relatively secure even with a 'public' client secret for desktop applications, this practice generally introduces a dependency on specific credentials which could be revoked or abused, breaking the default setup. Users are advised to use their own credentials via the `--credentials` flag. No use of `eval`, `exec`, or other direct execution vulnerabilities were found, and the application relies on secure OAuth 2.0 with PKCE for authentication.
Similar Servers
google-calendar-streamable-mcp-server
Manages Google Calendar events, checks availability, and schedules meetings via the Model Context Protocol (MCP) using OAuth 2.1.
gCalendar-mcp-python
Facilitate Google Calendar event creation and management via an MCP server, primarily for integration with AI agents like Claude Desktop App.
gcal-mcp-server
Provides intelligent Google Calendar integration, event management, and scheduling capabilities through a standardized Model Context Protocol (MCP) interface for AI assistants.
icloud-mcp
Manages iCloud calendar events via an HTTP Model Context Protocol (MCP) server for integration with MCP-aware clients like ChatGPT custom connectors.