GoogleCalendarMCP provides a bridge between AI assistants and Google Calendar, enabling event creation with customizable parameters including time, description, location, attendees, and timezone. The implementation uses FastMCP to expose a tool that authenticates with Google's OAuth flow, handles credential management, and interacts with the Google Calendar API to create events. Particularly valuable for users who want to schedule meetings or appointments directly through their AI assistant without switching contexts.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Create a calendar event in Google Calendar. Parameters: summary (string), start_time (string, ISO format), end_time (string, ISO format), description (string, optional), location (string, optional), attendees (list of strings, optional), timezone (string, optional)