Google Calendar
Summary
This Google Calendar MCP server, developed by gongrzhe, enables AI assistants to manage calendar events through natural language interactions. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides tools for creating, retrieving, updating, and deleting events, as well as listing events within specified time ranges. The server implements OAuth2 authentication with auto browser launch, supporting both desktop and web application credentials. By abstracting the complexities of Google Calendar API interactions, it allows AI systems to easily manage schedules and appointments. This implementation is particularly valuable for applications requiring programmatic calendar management, facilitating use cases such as automated scheduling, meeting coordination, and time management assistance.
Available Actions(4)
Create Event
Creates a calendar event with a specified title, start time, end time, description, and location.
List Events
Retrieves a list of events within a specified time range, allowing for ordering and limiting the number of results.
Update Event
Updates an existing calendar event identified by event ID, allowing changes to the title, start time, and end time.
Delete Event
Deletes a calendar event specified by its event ID.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione