Skip to main content
Glama

Cal.com Calendar MCP Server

by mumunha

Cal.com 캘린더 MCP 서버

Cal.com Calendar API와 통합되어 약속 일정 관리 기능을 제공하는 MCP 서버 구현입니다.

특징

  • 약속 추가 : 참석자 세부 정보를 사용하여 새 일정 약속을 예약합니다.
  • 약속 업데이트 : 시간 및 메모와 같은 기존 약속 세부 정보를 수정합니다.
  • 약속 삭제 : 기존 약속을 취소하고 제거합니다.
  • 약속 목록 : 특정 날짜 범위에 대한 예약된 약속을 확인합니다.

도구

  • 칼콤_추가_약속
    • 새 일정 약속 만들기
    • 입력:
      • eventTypeId (숫자): Cal.com 이벤트 유형 ID
      • startTime (문자열): ISO 형식(YYYY-MM-DDTHH.sssZ)의 시작 시간
      • endTime (문자열): ISO 형식(YYYY-MM-DDTHH.sssZ)의 종료 시간
      • name (문자열): 참석자 이름
      • email (문자열): 참석자의 이메일
      • notes (문자열, 선택 사항): 약속에 대한 추가 메모
  • 칼콤 업데이트 약속
    • 기존 일정 약속 업데이트
    • 입력:
      • bookingId (숫자): 업데이트할 Cal.com 예약 ID
      • startTime (문자열, 선택 사항): ISO 형식의 새 시작 시간
      • endTime (문자열, 선택 사항): ISO 형식의 새로운 종료 시간
      • notes (문자열, 선택 사항): 약속에 대한 새로운 메모
  • 칼콤_삭제_약속
    • 기존 일정 약속 삭제
    • 입력:
      • bookingId (숫자): 삭제할 Cal.com 예약 ID
      • reason (문자열, 선택 사항): 취소 사유
  • 칼콤_리스트_예약
    • 날짜 범위 내의 일정 약속을 나열합니다.
    • 입력:
      • startDate (문자열): YYYY-MM-DD 형식의 시작 날짜
      • endDate (string): YYYY-MM-DD 형식의 종료 날짜

구성

API 키 받기

  1. Cal.com 계정 에 가입하세요
  2. 설정 > 개발자 > API 키로 이동합니다.
  3. 적절한 권한으로 새로운 API 키 생성

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요:

도커

지엑스피1

엔피엑스

{ "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. 엔피엑스
      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