Skip to main content
Glama

MCP Apple Calendars

by shadowfax92

MCP Appleカレンダー

macOS上でAppleカレンダーと連携するためのモデルコンテキストプロトコル(MCP)サーバー。このモジュールにより、AIモデルは標準化されたインターフェースを介してカレンダーデータにアクセスし、操作できるようになります。

前提条件

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. TypeScript コードをビルドします。
    npm run build

使用法

  1. カレンダーAPIブリッジがポート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

カレンダー API ブリッジは、これらの日付形式を自動的に処理するように更新されました。

発達

自動リロード付きの開発モードでサーバーを実行するには:

npm run dev

ライセンス

マサチューセッツ工科大学

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