Skip to main content
Glama

Cal.com Calendar MCP Server

by mumunha

Cal.com カレンダー MCP サーバー

Cal.com カレンダー API と統合し、予約スケジュール機能を提供する MCP サーバー実装。

特徴

  • 予定の追加: 出席者の詳細を含む新しいカレンダーの予定をスケジュールします
  • 予定の更新: 時間やメモなどの既存の予定の詳細を変更します
  • 予約の削除: 既存の予約をキャンセルして削除します
  • 予定一覧: 特定の日付範囲の予定を表示します

ツール

  • calcom_add_appointment
    • 新しいカレンダーの予定を作成する
    • 入力:
      • eventTypeId (数値): Cal.com イベントタイプ ID
      • startTime (文字列): ISO形式の開始時刻 (YYYY-MM-DDTHH.sssZ)
      • endTime (文字列): ISO形式の終了時刻 (YYYY-MM-DDTHH.sssZ)
      • name (文字列): 参加者の名前
      • email (文字列): 参加者のメールアドレス
      • notes (文字列、オプション): 予定に関する追加メモ
  • calcom_update_appointment
    • 既存のカレンダーの予定を更新する
    • 入力:
      • bookingId (数値): 更新するCal.comの予約ID
      • startTime (文字列、オプション): ISO形式の新しい開始時刻
      • endTime (文字列、オプション): ISO 形式の新しい終了時刻
      • notes (文字列、オプション): 予定の新しいメモ
  • calcom_delete_appointment
    • 既存のカレンダーの予定を削除する
    • 入力:
      • bookingId (数値): 削除するCal.com予約ID
      • reason (文字列、オプション):キャンセルの理由
  • calcom_list_appointments
    • 日付範囲内のカレンダーの予定を一覧表示する
    • 入力:
      • startDate (文字列): 開始日(YYYY-MM-DD形式)
      • endDate (文字列): YYYY-MM-DD 形式の終了日

構成

APIキーの取得

  1. Cal.comアカウントに登録する
  2. 設定 > 開発者 > APIキーに移動します
  3. 適切な権限を持つ新しいAPIキーを生成する

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

ドッカー

{ "mcpServers": { "calcom-calendar": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "CALCOM_API_KEY", "mcp/calcom-calendar" ], "env": { "CALCOM_API_KEY": "YOUR_API_KEY_HERE" } } } }

NPX

{ "mcpServers": { "calcom-calendar": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-calcom-calendar" ], "env": { "CALCOM_API_KEY": "YOUR_API_KEY_HERE" } } } }

建てる

Dockerビルド:

docker build -t mcp/calcom-calendar:latest -f Dockerfile .

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Cal.com のカレンダー API を通じてカレンダーの予定のスケジュール設定、更新、削除、一覧表示を可能にする MCP サーバー。

  1. 特徴
    1. ツール
      1. 構成
        1. APIキーの取得
        2. Claude Desktopでの使用
        3. ドッカー
        4. NPX
      2. 建てる
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Provides tools for interacting with Gmail and Calendar APIs. This server enables you to manage your emails and calendar events programmatically through the MCP interface.
            Last updated -
            8
            13
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Enables comprehensive calendar management with capabilities to create, list, update, and delete events through a Model Context Protocol server integrated with Google Calendar.
            Last updated -
            13
            1
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Enables interaction with Gmail and Google Calendar using the MCP protocol, supporting multiple Google accounts, email management, and calendar operations through natural language.
            Last updated -
            5
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            The Outlook Calendar MCP enables Claude to directly manage Microsoft Outlook calendars on Windows systems, offering a privacy-focused solution that keeps all data local. Users can view events, create meetings, find free time slots, and manage multiple calendars without their data leaving their machi
            Last updated -
            7
            39
            10
            MIT License

          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/mumunha/cal_dot_com_mcpserver'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server