Google Calendar MCP Server
Provides tools to list events (with optional date filters) and create new events in Google Calendar.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Calendar MCP Serverwhat events do I have this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Requisitos Previos
Node.js (v18+)
Un proyecto configurado en Google Cloud Console con la API de Google Calendar habilitada.
Archivo
.enven la raíz con tus credenciales OAuth 2.0 (App de Escritorio):CLIENT_ID=tu_client_id CLIENT_SECRET=tu_client_secret
Instalación
npm installAutenticació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:3000para capturar el token de forma segura:npm run authNota: 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.
Ejecutar el Servidor
npm startDepuració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
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceEnables AI assistants to manage Google Calendar by listing, creating, updating, and deleting events. It also includes functionality to find available time slots for scheduling.
- Alicense-qualityCmaintenanceEnables AI assistants to view, create, update, search, and manage Google Calendar events, including multi-account support and availability checks.16Business Source 1.1
- Alicense-qualityDmaintenanceEnables AI assistants to manage Google Calendar events through natural language interactions, including creating, updating, deleting, and listing events.12ISC
- Alicense-qualityDmaintenanceEnables AI assistants to manage Google Calendar events, including reading, searching, creating, updating, and deleting events, as well as checking availability and listing calendars.37MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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