mcp-server-google-calendar
If you are the rightful owner of mcp-server-google-calendar and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP 기반의 Google Calendar 통합 서버로, Claude Desktop과 같은 MCP 클라이언트에서 Google Calendar에 일정을 추가할 수 있도록 지원합니다.
The MCP Google Calendar Server is a Model Context Protocol-based integration server that allows MCP clients like Claude Desktop to interact with Google Calendar. It supports adding and viewing calendar events, authenticating via Google OAuth 2.0, and provides detailed error handling and logging. The server is designed to work with the Korean Standard Time (KST) and offers a seamless way to manage calendar events through a desktop application.
Features
- Google OAuth 2.0 authentication
- Add and view Google Calendar events
- Support for querying events by date range
- Current date retrieval
- Detailed error handling and logging
Tools
googleAuthLogin
Performs Google Calendar API authentication.
addCalendarEvent
Adds a new event to Google Calendar.
listCalendarEvents
Retrieves Google Calendar events for a specified period.
getTodayDate
Returns the current date in YYYY-MM-DD format.