📅

Google Calendar MCP

Not Connected

Setup Required

To use the Google Calendar MCP server, you need to configure Google OAuth credentials.

1
Create a Google Cloud Project

Go to Google Cloud Console and create a new project (or use an existing one).

2
Enable Google Calendar API

Navigate to APIs & Services → Library and enable the Google Calendar API.

3
Create OAuth 2.0 Credentials

Go to APIs & Services → Credentials → Create Credentials → OAuth 2.0 Client ID.

Set application type to Web application and add this redirect URI:

https://calendar.sandbx.site/auth/callback
4
Add credentials to your .env file
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here

Then restart the container: docker compose restart