Skip to main content
Glama

calendar-mcp

by deciduus
example.env805 B
# Google OAuth 2.0 Client Credentials (from Google Cloud Console) # Get these by creating OAuth 2.0 Credentials for 'Desktop app' GOOGLE_CLIENT_ID='YOUR_GOOGLE_CLIENT_ID_HERE' GOOGLE_CLIENT_SECRET='YOUR_GOOGLE_CLIENT_SECRET_HERE' # Path to the file where the user's OAuth tokens will be stored # Default is .gcp-saved-tokens.json in the project root TOKEN_FILE_PATH='.gcp-saved-tokens.json' # Port for the local webserver used during the OAuth callback # Ensure this port is available OAUTH_CALLBACK_PORT=8080 # Google Calendar API Scopes (adjust if necessary) # https://developers.google.com/calendar/api/guides/auth # This scope allows reading and writing events CALENDAR_SCOPES='https://www.googleapis.com/auth/calendar' # Use 'https://www.googleapis.com/auth/calendar.readonly' for read-only access

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/deciduus/calendar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server