Skip to content
Gemini CLI

simplepractice mcp for Gemini CLI

io.github.chrischall/simplepractice-mcp

SimplePractice Client Portal — appointments, billing, documents, announcements

client:Gemini CLI transport:stdio runtime:npm

Install simplepractice mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simplepractice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplepractice-mcp"
      ],
      "env": {
        "SIMPLEPRACTICE_PRACTICE": "<SIMPLEPRACTICE_PRACTICE>",
        "SIMPLEPRACTICE_SESSION_FILE": "<SIMPLEPRACTICE_SESSION_FILE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

simplepractice mcp in other clients