Skip to content
VS Code

cliniko for VS Code

io.usefulapi/cliniko

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

client:VS Code transport:streamable-http

Install cliniko in VS Code

.vscode/mcp.json

{
  "servers": {
    "cliniko": {
      "type": "http",
      "url": "https://cliniko.usefulapi.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cliniko in other clients