Skip to main content
Glama
iceener

Google Calendar MCP Server

by iceener

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host127.0.0.1
PORTNoMCP server port3000
LOG_LEVELNoLogging level: debug, info, warning, error
AUTH_ENABLEDNoEnable OAuth authenticationtrue
OAUTH_SCOPESNoGoogle Calendar API scopeshttps://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar.readonly
TOKENS_ENC_KEYNo32-byte base64url encryption key for Cloudflare Workers token storage
RS_TOKENS_ENC_KEYNo32-byte base64 key for token encryption (recommended for production)
OAUTH_REDIRECT_URINoCallback URL for OAuthhttp://127.0.0.1:3001/oauth/callback
PROVIDER_CLIENT_IDYesGoogle OAuth Client ID (required)
PROVIDER_CLIENT_SECRETYesGoogle OAuth Client Secret (required)
OAUTH_REDIRECT_ALLOWLISTNoComma-separated allowed redirect URIsalice://oauth/callback,http://127.0.0.1:3001/oauth/callback

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/iceener/google-calendar-streamable-mcp-server'

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