MCP-Server-Projects
Verified Safeby BhagyeshPatil2004
Overview
This server integrates with Google Calendar to manage events (list, add, delete) directly through Claude, enabling personal productivity and scheduling assistance.
Installation
python C:\Agent MCP\Calendar-mcp\server.pySecurity Notes
The server uses the standard Google OAuth 2.0 flow for desktop applications, requiring the user to obtain and manage `credentials.json` and `token.json` files locally. No hardcoded secrets or 'eval' usage are present. Input validation for `start_time` and `end_time` in `add_event` is basic but sufficient as Google Calendar API handles robust date parsing.
Similar Servers
gCalendar-mcp-python
Facilitate Google Calendar event creation and management via an MCP server, primarily for integration with AI agents like Claude Desktop App.
Google-Workspace-MCP
Seamlessly integrates Google Drive, Sheets, and Docs with Claude AI and other AI agents through the Model Context Protocol (MCP) for automation.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.
gcal-mcp-server
Provides intelligent Google Calendar integration, event management, and scheduling capabilities through a standardized Model Context Protocol (MCP) interface for AI assistants.