MCP 애플 캘린더
macOS에서 Apple 캘린더와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 모듈을 사용하면 AI 모델이 표준화된 인터페이스를 통해 캘린더 데이터에 접근하고 조작할 수 있습니다.
필수 조건
macOS 12.0 이상
Node.js 16.0 이상
로컬에서 실행되는 Calendar API Bridge
설치
이 저장소를 복제하세요
종속성 설치:
지엑스피1
TypeScript 코드를 작성합니다.
npm run build
용법
Calendar API Bridge가 포트 8080에서 실행 중인지 확인하세요.
MCP 서버를 시작합니다.
npm start
사용 가능한 도구
MCP 서버는 AI 모델에 대해 다음과 같은 도구를 제공합니다.
getCalendars
: 사용 가능한 모든 캘린더를 나열합니다.getCalendarEvents
: 특정 캘린더에서 이벤트 가져오기createCalendarEvent
: 캘린더에 새 이벤트를 만듭니다.updateCalendarEvent
: 기존 이벤트 업데이트deleteCalendarEvent
: 캘린더에서 이벤트를 삭제합니다.
날짜 형식
이벤트를 만들거나 업데이트할 때 다음 날짜 형식을 사용할 수 있습니다.
밀리초와 Z 시간대를 사용한 ISO8601(권장):
2025-03-09T10:00:00.000Z밀리초 없는 ISO8601:
2025-03-09T10:00:00T 대신 공백이 있는 ISO8601:
2025-03-09 10:00:00슬래시를 포함한 ISO8601:
2025/03/09 10:00:00
Calendar API Bridge가 업데이트되어 이러한 날짜 형식을 자동으로 처리합니다.
개발
자동 재로딩을 사용하여 개발 모드에서 서버를 실행하려면:
특허
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
표준화된 인터페이스를 통해 AI 모델이 macOS에서 Apple 캘린더 데이터에 액세스하고 조작할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityFlicense-qualityModel Context Protocol server that provides seamless access to Google Calendar API with asynchronous operation support, enabling efficient calendar management through a standardized interface.Last updated -1
- AsecurityAlicenseAqualityA Model Context Protocol server that provides tools for interacting with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events.Last updated -825MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS, allowing users to view lists, retrieve, create, complete, and delete reminders through natural language.Last updated -56
- AsecurityAlicenseAqualityA Model Context Protocol server that enables running AppleScript code to interact with Mac applications and system features including Notes, Calendar, Contacts, Messages, file management, and more.Last updated -1141362MIT License