Skip to main content
Glama

MCP Apple Calendars

by shadowfax92

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

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

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

  1. 필수 조건
    1. 설치
      1. 용법
        1. 사용 가능한 도구
          1. 날짜 형식
            1. 개발
              1. 특허

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  Model 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
                  Python
                  • Apple
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that provides tools for interacting with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events.
                  Last updated -
                  8
                  19
                  JavaScript
                  MIT License
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  A 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 -
                  5
                  5
                  TypeScript
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  1
                  854
                  321
                  JavaScript
                  MIT License
                  • Apple

                View all related MCP servers

                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