Cal.Com Server
БесплатноНе проверенExposes Cal.com scheduling tools to AI agents via MCP, enabling listing event types, checking availability, and managing bookings (create, cancel, reschedule).
Описание
Exposes Cal.com scheduling tools to AI agents via MCP, enabling listing event types, checking availability, and managing bookings (create, cancel, reschedule).
README
Exposes Cal.com scheduling tools to AI agents via the Model Context Protocol (MCP).
Tools Available
| Tool | Description |
|---|---|
list_event_types |
List all available event types (meeting types) |
get_availability |
Get free/busy slots for a date range |
create_booking |
Create a new booking/appointment |
cancel_booking |
Cancel an existing booking |
reschedule_booking |
Move a booking to a new time slot |
list_bookings |
List bookings with status filters |
Setup
1. Configure environment
cp .env.example .env
# Edit .env and set your CAL_API_KEY
2. Install dependencies
npm install
3. Run tests
npm test
4. Start the server
npm start
# Server will run at http://localhost:3000
Transport Options
Streamable HTTP (recommended for production)
POST http://localhost:3000/mcp
GET http://localhost:3000/mcp
SSE (Server-Sent Events)
GET http://localhost:3000/sse # Open SSE stream
POST http://localhost:3000/sse-messages # Send messages
stdio (local testing)
TRANSPORT=stdio npm start
Connecting to Claude
Add to your MCP client config:
{
"mcpServers": {
"calcom": {
"url": "http://localhost:3000/mcp",
"transport": "streamable-http"
}
}
}
API Endpoints
GET /health— Health checkGET /— Server manifest (lists tools and capabilities)POST /mcp— MCP Streamable HTTP endpointGET /sse— SSE connectionPOST /sse-messages— SSE message endpoint
Environment Variables
| Variable | Description | Default |
|---|---|---|
CAL_API_KEY |
Cal.com API key (required) | — |
CAL_API_BASE |
Cal.com API base URL | https://api.cal.com/v1 |
PORT |
HTTP server port | 3000 |
TRANSPORT |
http or stdio |
http |
LOG_LEVEL |
debug, info, warn, error |
info |
Установка Cal.Com Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/imubashir9/calcom-mcp-serverFAQ
Cal.Com Server MCP бесплатный?
Да, Cal.Com Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cal.Com Server?
Нет, Cal.Com Server работает без API-ключей и переменных окружения.
Cal.Com Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cal.Com Server в Claude Desktop, Claude Code или Cursor?
Открой Cal.Com Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Cal.Com Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
