MCPServers
Google Calendar - MCP server logo

Google Calendar

7
0

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

Create a new calendar event with specified details. Parameters: summary (string), start (datetime), end (datetime), description (string), location (string)

List Events

Retrieve a list of events within a specified time range. Parameters: timeMin (datetime), timeMax (datetime), maxResults (integer), orderBy (string)

Update Event

Update an existing calendar event's details. Parameters: eventId (string), summary (string), start (datetime), end (datetime)

Delete Event

Delete a calendar event by its ID. Parameters: eventId (string)

Last Updated: April 25, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그