Skip to main content
Glama

Google Calendar MCP

.env.example836 B
# Google Calendar MCP Server Configuration # Transport mode TRANSPORT=stdio # Recommended for Claude Desktop integration # HTTP settings (when TRANSPORT=http) PORT=3000 HOST=0.0.0.0 # Development DEBUG=false NODE_ENV=production # OAuth credentials path (required) GOOGLE_OAUTH_CREDENTIALS=./gcp-oauth.keys.json ## Optional: Custom token storage location # GOOGLE_CALENDAR_MCP_TOKEN_PATH=/custom/path/to/tokens ## OPTIONAL: Test Configuration (for development/testing only) # TEST_CALENDAR_ID=your-test-calendar@gmail.com # SEND_UPDATES=none # AUTO_CLEANUP=true ## OPTIONAL: Anthropic API config (used only for integration testing) # ANTHROPIC_MODEL=claude-3-5-haiku-20241022 # CLAUDE_API_KEY={your_api_key} # OPTIONAL: Open AI API config (used only for integration testing) # OPENAI_API_KEY={your_api_key} # OPENAI_MODEL=gpt-4.1

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

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