MCP Apple Calendars

Integrations

  • Allows interaction with Apple Calendars on macOS, providing tools for listing calendars, retrieving events, and creating, updating, or deleting calendar events.

  • Enables access to macOS calendar functionality, allowing AI models to manage calendar events through a standardized interface on macOS systems.

MCP 애플 캘린더

macOS에서 Apple 캘린더와 상호 작용하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 모듈을 사용하면 AI 모델이 표준화된 인터페이스를 통해 캘린더 데이터에 접근하고 조작할 수 있습니다.

필수 조건

설치

  1. 이 저장소를 복제하세요
  2. 종속성 설치:지엑스피1
  3. TypeScript 코드를 작성합니다.
    npm run build

용법

  1. Calendar API Bridge가 포트 8080에서 실행 중인지 확인하세요.
  2. MCP 서버를 시작합니다.
    npm start

사용 가능한 도구

MCP 서버는 AI 모델에 대해 다음과 같은 도구를 제공합니다.

  • getCalendars : 사용 가능한 모든 캘린더를 나열합니다.
  • getCalendarEvents : 특정 캘린더에서 이벤트 가져오기
  • createCalendarEvent : 캘린더에 새 이벤트를 만듭니다.
  • updateCalendarEvent : 기존 이벤트 업데이트
  • deleteCalendarEvent : 캘린더에서 이벤트를 삭제합니다.

날짜 형식

이벤트를 만들거나 업데이트할 때 다음 날짜 형식을 사용할 수 있습니다.

  1. 밀리초와 Z 시간대를 사용한 ISO8601(권장):
    2025-03-09T10:00:00.000Z
  2. 밀리초 없는 ISO8601:
    2025-03-09T10:00:00
  3. T 대신 공백이 있는 ISO8601:
    2025-03-09 10:00:00
  4. 슬래시를 포함한 ISO8601:
    2025/03/09 10:00:00

Calendar API Bridge가 업데이트되어 이러한 날짜 형식을 자동으로 처리합니다.

개발

자동 재로딩을 사용하여 개발 모드에서 서버를 실행하려면:

npm run dev

특허

MIT

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

표준화된 인터페이스를 통해 AI 모델이 macOS에서 Apple 캘린더 데이터에 액세스하고 조작할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. Prerequisites
    1. Installation
      1. Usage
        1. Available Tools
          1. Date Formats
            1. Development
              1. License
                ID: e6tx0h3zoh