Back to Home
BhagyeshPatil2004 icon

MCP-Server-Projects

Verified Safe

by BhagyeshPatil2004

Overview

This server integrates with Google Calendar to manage events (list, add, delete) directly through Claude, enabling personal productivity and scheduling assistance.

Installation

Run Command
python C:\Agent MCP\Calendar-mcp\server.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-11

Tags

ProductivityGoogle CalendarEvent ManagementAPI IntegrationPython