Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Googlecalendarmcp

    2 stars
    Python
    Updated May 15, 2025

    Table of Contents

    • Prerequisites
    • Setup Instructions
    • Installing via Smithery
    • Manual Installation
    • Usage
    • Features
    • Project Structure
    • Dependencies
    • Deployed Configuration:
    • Security Notes
    • Contributing
    • License

    Table of Contents

    • Prerequisites
    • Setup Instructions
    • Installing via Smithery
    • Manual Installation
    • Usage
    • Features
    • Project Structure
    • Dependencies
    • Deployed Configuration:
    • Security Notes
    • Contributing
    • License

    Documentation

    Google Calendar Integration Project

    smithery badge

    This project provides integration with Google Calendar API to manage and interact with calendar events programmatically.

    Prerequisites

    • Python 3.8 or higher
    • Google Cloud Platform account
    • Google Calendar API enabled
    • OAuth 2.0 credentials configured

    Setup Instructions

    Installing via Smithery

    To install Google Calendar Integration Project for Claude Desktop automatically via Smithery:

    bash
    npx -y smithery install @Avik-creator/googlecalendarMCP --client claude

    Manual Installation

    1. Clone the Repository

    bash
    git clone https://github.com/Avik-creator/googlecalendarMCP
       cd googlecalendarMCP

    2. Set Up Virtual Environment

    bash
    python -m venv venv
       source venv/bin/activate  # On Windows, use `venv\Scripts\activate`

    3. Install Dependencies

    bash
    pip install -r requirements.txt

    4. Google Cloud Platform Setup

    a. Go to the Google Cloud Console

    b. Create a new project or select an existing one

    c. Enable the Google Calendar API

    d. Create OAuth 2.0 credentials:

    • Go to APIs & Services > Credentials
    • Click "Create Credentials" > "OAuth client ID"
    • Choose "Desktop Application"
    • Download the credentials JSON file
    • Rename it to credentials.json and place it in the project root

    5. Environment Variables

    Create a .env file in the project root with the following variables:

    code
    GOOGLE_APPLICATION_CREDENTIALS=path/to/credentials.json
       CALENDAR_ID=your_calendar_id@group.calendar.google.com

    Usage

    1. First-time Authentication

    bash
    python auth.py

    This will open a browser window for OAuth authentication. Follow the prompts to authorize the application.

    2. Running the Application

    bash
    python main.py

    Features

    • Create, read, update, and delete calendar events
    • Set up recurring events
    • Manage event attendees
    • Handle event notifications and reminders

    Project Structure

    code
    googlecalendarMCP/
    ├── auth.py              # Authentication handling
    ├── main.py             # Main application entry point
    ├── requirements.txt    # Project dependencies
    ├── .env               # Environment variables
    ├── credentials.json   # Google OAuth credentials
    └── token.json        # Generated OAuth token

    Dependencies

    The project uses the following main dependencies:

    • google-auth-oauthlib
    • google-auth-httplib2
    • google-api-python-client
    • python-dotenv

    Deployed Configuration:

    json
    {
      "mcpServers": {
        "google_calendar_mcp": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://mcp-google-calendar.avikm744.workers.dev/sse"
          ]
        }
      }
    }

    Security Notes

    • Never commit your credentials.json, token.json, or .env file to version control
    • Keep your OAuth credentials secure
    • Regularly rotate your credentials and tokens

    Contributing

    1. Fork the repository

    2. Create a feature branch

    3. Commit your changes

    4. Push to the branch

    5. Create a Pull Request

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k