Skip to main content
Glama

GoogleCalendarMCP

by ITworkonline

Calendario de Google MCP

Un complemento de solicitud de finalización de modelo (MCP) para interactuar con Google Calendar.

Características

  • Crea eventos en Google Calendar con opciones personalizables:
    • Horas de inicio y fin
    • Descripción
    • Ubicación
    • Asistentes
    • Zona horaria

Instalación

  1. Clonar este repositorio:
git clone https://github.com/ITworkonline/GoogleCalendarMCP.git cd GoogleCalendarMCP
  1. Cree un entorno virtual e instale dependencias:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -e .
  1. Configurar la API de Google Calendar:
    • Vaya a la consola de Google Cloud
    • Crear un nuevo proyecto
    • Habilitar la API de Google Calendar
    • Crear credenciales OAuth 2.0 (aplicación de escritorio)
    • Descargue el archivo JSON de credenciales y guárdelo como credentials.json en la raíz del proyecto

Uso

from GoogleCalendarMCP.main import create_event # Create a calendar event result = await create_event( summary="Meeting with Team", start_time="2025-04-01T10:00:00", end_time="2025-04-01T11:00:00", description="Discuss project progress", location="Conference Room 3", attendees=["colleague@example.com"], timezone="America/New_York" )

Autenticación

La primera vez que ejecute el programa, se abrirá una ventana del navegador para que se autentique con su cuenta de Google. Tras la autenticación, se creará un archivo token.json para almacenar sus credenciales para futuras ejecuciones.

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un complemento de solicitud de finalización de modelo (MCP) que permite a los usuarios crear eventos en Google Calendar con atributos personalizables como horas, descripción, ubicación, asistentes y zona horaria.

  1. Características
    1. Instalación
      1. Uso
        1. Autenticación
          1. Licencia

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Lets LLMs read and manage Google Calendar events.
              Last updated -
              441
              500
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
              Last updated -
              10
              3
              TypeScript
            • -
              security
              A
              license
              -
              quality
              Enables interaction with Gmail and Google Calendar using the MCP protocol, supporting multiple Google accounts, email management, and calendar operations through natural language.
              Last updated -
              12
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              The Google Meet MCP Server enables AI agents to create, manage, and retrieve Google Meet meetings. Built on the Model Context Protocol, it exposes tools for scheduling, updating, and deleting meetings, making it easy to integrate Google Meet functionalities
              Last updated -
              JavaScript

            View all related MCP servers

            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/ITworkonline/GoogleCalendarMCP'

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