Skip to main content
Glama
JavierPrior845

Google Calendar MCP Server

Servidor MCP de Google Calendar

Este proyecto implementa un Servidor Model Context Protocol (MCP) que permite a herramientas IA conectarse e interactuar con Google Calendar.

🚀 Inicio Rápido

  1. Requisitos Previos

    • Node.js (v18+)

    • Un proyecto configurado en Google Cloud Console con la API de Google Calendar habilitada.

    • Archivo .env en la raíz con tus credenciales OAuth 2.0 (App de Escritorio):

      CLIENT_ID=tu_client_id
      CLIENT_SECRET=tu_client_secret
  2. Instalación

    npm install
  3. Autenticación (Primera vez) Para autorizar el acceso a tu calendario, ejecuta el script de autenticación local. Este levantará un servidor temporal en http://127.0.0.1:3000 para capturar el token de forma segura:

    npm run auth

    Nota: Asegúrate de añadir tu correo de Gmail a la lista de Usuarios de prueba (Test users) en la sección de Audiencia de Google Auth Platform en tu consola de Google Cloud.

  4. Ejecutar el Servidor

    npm start
  5. Depuración y Testing Puedes inspeccionar visualmente y probar las herramientas del servidor en tu navegador usando el MCP Inspector oficial:

    npm run inspect

Related MCP server: Google Calendar MCP

🛠️ Herramientas Disponibles (Tools)

  • list_events: Lista eventos de Google Calendar. Por defecto muestra la semana actual. Admite filtros por fecha única (date) o por rango (startDate/endDate).

  • create_event: Crea un nuevo evento en Google Calendar. Requiere título, fecha de inicio y fecha de fin.

⚙️ Integración con Antigravity

Añade este servidor a tu configuración de antigravity.json:

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": ["tsx", "/ruta/absoluta/al/proyecto/src/index.ts"]
    }
  }
}

🔗 Enlaces Útiles

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • Schedule and manage Google Calendar events directly from your workspace. Check availability, view…

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

View all MCP Connectors

Latest Blog Posts

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/JavierPrior845/mcp-server-calendar'

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