MCP Apple Calendars
Calendarios de Apple MCP
Un servidor de Protocolo de Contexto de Modelo (MCP) para interactuar con los Calendarios de Apple en macOS. Este módulo permite a los modelos de IA acceder y manipular datos del calendario mediante una interfaz estandarizada.
Prerrequisitos
macOS 12.0 o posterior
Node.js 16.0 o posterior
Puente API de calendario ejecutándose localmente
Related MCP server: macOS Calendar MCP Server
Instalación
Clonar este repositorio
Instalar dependencias:
npm installConstruya el código TypeScript:
npm run build
Uso
Asegúrese de que el puente API de calendario se esté ejecutando en el puerto 8080
Inicie el servidor MCP:
npm start
Herramientas disponibles
El servidor MCP proporciona las siguientes herramientas para los modelos de IA:
getCalendars: Lista todos los calendarios disponiblesgetCalendarEvents: Obtener eventos de un calendario específicocreateCalendarEvent: Crea un nuevo evento en un calendarioupdateCalendarEvent: Actualizar un evento existentedeleteCalendarEvent: Eliminar un evento de un calendario
Formatos de fecha
Al crear o actualizar eventos, puede utilizar cualquiera de los siguientes formatos de fecha:
ISO8601 con milisegundos y zona horaria Z (recomendado):
2025-03-09T10:00:00.000ZISO8601 sin milisegundos:
2025-03-09T10:00:00ISO8601 con espacio en lugar de T:
2025-03-09 10:00:00ISO8601 con barras diagonales:
2025/03/09 10:00:00
El puente API de calendario se ha actualizado para gestionar estos formatos de fecha automáticamente.
Desarrollo
Para ejecutar el servidor en modo de desarrollo con recarga automática:
npm run devLicencia
Instituto Tecnológico de Massachusetts (MIT)
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
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables natural language interaction with Google Calendar, allowing users to view, create, update, and delete calendar events through context-aware operations.891MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables direct integration with macOS Calendar application using AppleScript, allowing users to create, list, and search calendar events without requiring OAuth setup.86MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for Google Calendar integration, enabling AI assistants to manage events, check availability, and work with multiple accounts and calendars.89MIT
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server that provides AI assistants with natural language access to Apple Calendar, enabling reading, searching, creating, and managing calendar events.3MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
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/shadowfax92/apple-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server