Cal.com Calendar MCP Server
Cal.com 캘린더 MCP 서버
Cal.com Calendar API와 통합되어 약속 일정 관리 기능을 제공하는 MCP 서버 구현입니다.
특징
약속 추가 : 참석자 세부 정보를 사용하여 새 일정 약속을 예약합니다.
약속 업데이트 : 시간 및 메모와 같은 기존 약속 세부 정보를 수정합니다.
약속 삭제 : 기존 약속을 취소하고 제거합니다.
약속 목록 : 특정 날짜 범위에 대한 예약된 약속을 확인합니다.
Related MCP server: Calendly MCP Server
도구
칼콤_추가_약속
새 일정 약속 만들기
입력:
eventTypeId(숫자): Cal.com 이벤트 유형 IDstartTime(문자열): ISO 형식(YYYY-MM-DDTHH:mm:ss.sssZ)의 시작 시간endTime(문자열): ISO 형식(YYYY-MM-DDTHH:mm:ss.sssZ)의 종료 시간name(문자열): 참석자 이름email(문자열): 참석자의 이메일notes(문자열, 선택 사항): 약속에 대한 추가 메모
칼콤 업데이트 약속
기존 일정 약속 업데이트
입력:
bookingId(숫자): 업데이트할 Cal.com 예약 IDstartTime(문자열, 선택 사항): ISO 형식의 새 시작 시간endTime(문자열, 선택 사항): ISO 형식의 새로운 종료 시간notes(문자열, 선택 사항): 약속에 대한 새로운 메모
칼콤_삭제_약속
기존 일정 약속 삭제
입력:
bookingId(숫자): 삭제할 Cal.com 예약 IDreason(문자열, 선택 사항): 취소 사유
칼콤_리스트_예약
날짜 범위 내의 일정 약속을 나열합니다.
입력:
startDate(문자열): YYYY-MM-DD 형식의 시작 날짜endDate(string): YYYY-MM-DD 형식의 종료 날짜
구성
API 키 받기
Cal.com 계정 에 가입하세요
설정 > 개발자 > API 키로 이동합니다.
적절한 권한으로 새로운 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 파일을 참조하세요.
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