loading…
Search for a command to run...
loading…
An MCP server that enables users to book, cancel, reschedule, and list appointments through natural language interactions. It uses YAML configurations for agent
An MCP server that enables users to book, cancel, reschedule, and list appointments through natural language interactions. It uses YAML configurations for agent behavior and function logic to manage appointment data and availability.
Result folder to define conversational behavior and available tools.

git clone <path>
Ensure you have Python >=3.10 <=3.13 installed on your system to install CrewAI.
pip install -r requirements.txt
Replace agent and function files as you need

uv run mcp install main.py
agent.yaml functions.yaml functions.yaml appointments.yaml for persistence
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-appointment-booking-server": {
"command": "npx",
"args": []
}
}
}