Skip to content
Claude Desktop

cliniko for Claude Desktop

io.usefulapi/cliniko

Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.

client:Claude Desktop transport:streamable-http

Install cliniko in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cliniko": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cliniko.usefulapi.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

cliniko in other clients