MCP Server for Slotix - AI-powered appointment management. Manage appointments, clients, availability and send notifications through Claude Desktop or ChatGPT.
Server Config
{
"mcpServers": {
"slotix": {
"command": "uvx",
"args": [
"slotixmcp"
],
"env": {
"SLOTIX_API_KEY": "<YOUR_API_KEY>"
}
}
}
}