Loading MCP server directory, please wait...
MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-calendarRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-calendar": {
"command": "npx",
"args": [
"-y",
"@a1-x-tech/mcp-google-calendar"
],
"env": {
"GOOGLE_CALENDAR_CLIENT_ID": "",
"GOOGLE_CALENDAR_CLIENT_SECRET": "",
"GOOGLE_CALENDAR_REFRESH_TOKEN": "",
"GOOGLE_CALENDAR_ACCESS_TOKEN": "",
"GOOGLE_CALENDAR_API_BASE": "https://www.googleapis.com",
"GOOGLE_CALENDAR_TIMEOUT_MS": "60000",
"GOOGLE_CALENDAR_MAX_RETRIES": "3"
}
}
}
}