Google Calendar MCP
by AnByoungHyun
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_SCOPES | No | Google API scopes required for Calendar access | https://www.googleapis.com/auth/calendar |
| GOOGLE_CLIENT_SECRET_FILE | No | Path to the Google OAuth client secret JSON file | client_secret.json |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_month_eventsC | 지정한 연/월의 모든 일정 목록 조회 |
| list_day_eventsC | 지정한 날짜(YYYY-MM-DD)의 모든 일정 목록 조회 |
| get_event_detailC | 일정 ID로 상세 정보 조회 |
| create_eventC | 새로운 일정 생성 (attendees: 이메일 리스트) |
| update_eventB | 일정 ID로 일정 정보 수정 (전달된 값만 반영) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnByoungHyun/google_calendar_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server