Slotix
About
MCP Server for Slotix - AI-powered appointment management. Manage appointments, clients, availability and send notifications through Claude Desktop or ChatGPT.
Details
- Author
- albertoferrazzoli
- Downloads
- 275
- Categories
- AI, Productivity
Jump to
- View, create, update, cancel, and reschedule appointments
- Search and view client information and history
- Check available time slots for booking
- Get business insights (revenue, appointments, clients)
- Send messages to clients via Telegram or WhatsApp
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SlotixCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
You need a Slotix account with an active subscription and an API key (generated in Slotix Settings). Once configured, the server exposes tools for scheduling, client lookup, availability checks, statistics, and client messaging.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"slotix": {
"slotix": {
"command": "uvx",
"args": [
"slotixmcp"
],
"env": {
"SLOTIX_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
}
McpServers
{
"slotix": {
"command": "uvx",
"args": [
"slotixmcp"
],
"env": {
"SLOTIX_API_KEY": "<YOUR_API_KEY>"
}
}
}
Slotix MCP Server
MCP Server for Slotix - AI-powered appointment management for professionals.Features
- Appointments: View, create, update, cancel, and reschedule appointments - Clients: Search and view client information and history - Availability: Check available time slots for booking - Statistics: Get business insights (revenue, appointments, clients) - Notifications: Send messages to clients via Telegram or WhatsAppAvailable Tools
| Tool | Description | |------|-------------| |get_profile | Get your professional profile information |
| get_appointments | Get appointments with optional date range and status filter |
| get_today_appointments | Get today's appointments |
| get_week_appointments | Get this week's appointments |
| create_appointment | Create a new appointment |
| update_appointment | Update an existing appointment |
| cancel_appointment | Cancel an appointment |
| reschedule_appointment | Reschedule and notify the client |
| get_clients | Get list of clients |
| get_client | Get detailed client information |
| get_availability | Get available time slots |
| get_stats | Get business statistics |
| send_notification | Send a message to a client |
Example Conversations
- "What appointments do I have today?" - "Move Mario's appointment to tomorrow at 3pm and notify him" - "Show me client Maria's appointment history" - "When am I free next week?" - "How was my month? Show me statistics"Requirements
- A Slotix account with an active subscription - An API key (generate in Slotix Settings → API & MCP)Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

