Skip to main content
Glama

Google Calendar MCP

by AnByoungHyun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_SCOPESNoGoogle API scopes required for Calendar accesshttps://www.googleapis.com/auth/calendar
GOOGLE_CLIENT_SECRET_FILENoPath to the Google OAuth client secret JSON fileclient_secret.json

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_month_events

지정한 연/월의 모든 일정 목록 조회

list_day_events

지정한 날짜(YYYY-MM-DD)의 모든 일정 목록 조회

get_event_detail

일정 ID로 상세 정보 조회

create_event

새로운 일정 생성 (attendees: 이메일 리스트)

update_event

일정 ID로 일정 정보 수정 (전달된 값만 반영)

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