Skip to content
Gemini CLI

SOAPNoteAPI for Gemini CLI

com.soapnoteapi/soapnoteapi-mcp

Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.

client:Gemini CLI transport:stdio runtime:npm

Install SOAPNoteAPI 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": {
    "soapnoteapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "soapnoteapi-mcp"
      ],
      "env": {
        "SOAPNOTEAPI_KEY": "<SOAPNOTEAPI_KEY>"
      }
    }
  }
}

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

SOAPNoteAPI in other clients