G

Google Calendar

Integrates with Google Calendar API to enable creating, updating, and retrieving calendar events for...

144 views
1 installs
Updated Sep 9, 2025
Not audited
Integrates with Google Calendar API to enable creating, updating, and retrieving calendar events for seamless scheduling and event management.
  1. Log in to Google Cloud Console
    Go to Google Cloud Console.

  2. Create or Select a Project

    • Click the project dropdown at the top of the page.
    • Select an existing project or click "New Project" to create a new one.
  3. Create a Service Account

    • Navigate to "IAM & Admin" > "Service Accounts".
    • Click on "Create Service Account".
    • Enter a name (for example, "MCP Google Calendar") and click "Create".
  4. Create a Service Account Key

    • After creating the service account, select it.
    • Click on "Keys" tab, then "Add Key" > "Create new key".
    • Choose "JSON" as the key type and click "Create".
    • Download the JSON file and save it securely (e.g., as credentials.json).
  5. Share the Calendar with the Service Account

    • Open Google Calendar.
    • Select the calendar you wish to manage.
    • Go to "Settings and sharing" > "Share with specific people".
    • Add the service account’s email address (found in the downloaded JSON) and give it the desired permissions.
  6. Find Your Calendar ID

    • In Google Calendar settings, under "Integrate calendar", find the "Calendar ID" (usually looks like an email address).
  7. Identify Your Time Zone

    • In Google Calendar settings, note your time zone (e.g., America/Los_Angeles).
  8. Fill in the FastMCP Connection Interface

    • In the "Install Now" or add ENVs form, enter:
      • GOOGLE_CALENDAR_ID: The Calendar ID from step 6.
      • GOOGLE_TIME_ZONE: The time zone from step 7.
      • GOOGLE_CREDENTIALS_PATH: The full path to your downloaded credentials JSON file (e.g., /path/to/credentials.json).
  9. Complete the Installation

    • Click "Save" or "Install Now" to finish the setup.

You are now connected and can use calendar management features via the MCP server!

Quick Start

View on GitHub

More for Productivity

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.