mcp-gcal-server
Verified Safeby recursive-reshy
Overview
Provides a Model Context Protocol (MCP) server exposing Google Calendar functionalities as tools for AI agents, enabling them to manage events and check availability.
Installation
npm startEnvironment Variables
- GOOGLE_APPLICATION_CREDENTIALS
Security Notes
Credentials are securely loaded via the 'GOOGLE_APPLICATION_CREDENTIALS' environment variable. Input validation relies on Zod schemas, which the Model Context Protocol SDK is expected to enforce. No direct command injection or 'eval' vulnerabilities are apparent in the provided code snippets. Potential for exposing stack traces in logs during errors, but this is typical for development and should be managed by a robust logging strategy in production.
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
This MCP server enables AI assistants to create and manage Google Calendar events.
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.