Back to MCP Servers

Altegio

MCP server for Altegio API — appointments, clients, services, staff schedules for salon/spa/clinic management. 18 tools with Docker support.

workplace-productivitydockerapi

Installation

npx -y mcp-altegio

Configuration

{
  "mcpServers": {
    "mcp-altegio": {
      "command": "npx",
      "args": ["-y", "mcp-altegio"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub