Cal.com Calendar MCP Server
Cal.com カレンダー MCP サーバー
Cal.com カレンダー API と統合し、予約スケジュール機能を提供する MCP サーバー実装。
特徴
予定の追加: 出席者の詳細を含む新しいカレンダーの予定をスケジュールします
予定の更新: 時間やメモなどの既存の予定の詳細を変更します
予約の削除: 既存の予約をキャンセルして削除します
予定一覧: 特定の日付範囲の予定を表示します
Related MCP server: Calendly MCP Server
ツール
calcom_add_appointment
新しいカレンダーの予定を作成する
入力:
eventTypeId(数値): Cal.com イベントタイプ IDstartTime(文字列): ISO形式の開始時刻 (YYYY-MM-DDTHH:mm:ss.sssZ)endTime(文字列): ISO形式の終了時刻 (YYYY-MM-DDTHH:mm:ss.sssZ)name(文字列): 参加者の名前email(文字列): 参加者のメールアドレスnotes(文字列、オプション): 予定に関する追加メモ
calcom_update_appointment
既存のカレンダーの予定を更新する
入力:
bookingId(数値): 更新するCal.comの予約IDstartTime(文字列、オプション): ISO形式の新しい開始時刻endTime(文字列、オプション): ISO 形式の新しい終了時刻notes(文字列、オプション): 予定の新しいメモ
calcom_delete_appointment
既存のカレンダーの予定を削除する
入力:
bookingId(数値): 削除するCal.com予約IDreason(文字列、オプション):キャンセルの理由
calcom_list_appointments
日付範囲内のカレンダーの予定を一覧表示する
入力:
startDate(文字列): 開始日(YYYY-MM-DD形式)endDate(文字列): YYYY-MM-DD 形式の終了日
構成
APIキーの取得
Cal.comアカウントに登録する
設定 > 開発者 > APIキーに移動します
適切な権限を持つ新しい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ファイルをご覧ください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with OnSched's consumer-facing appointment scheduling API through natural language, allowing users to manage bookings, appointments, and scheduling operations.
- AlicenseAqualityDmaintenanceAn MCP server that connects Claude Desktop and Claude Code to your Calendly account, enabling natural-language scheduling management.7MIT
- AlicenseAqualityBmaintenanceMCP server for Apple Calendar and CalDAV providers. Enables listing, creating, updating, deleting events, and checking free/busy status with per-calendar write protection.6MIT
- AlicenseNot gradedqualityDmaintenanceMCP server providing a standardized interface for interacting with Calendly's scheduling and event management tools.6MIT
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for Zooza — class scheduling, attendance, and booking for activity businesses.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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