SOAPNoteAPI for Windsurf
com.soapnoteapi/soapnoteapi-mcp
Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.
client:Windsurf
transport:stdio
runtime:npm
Install SOAPNoteAPI in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"soapnoteapi-mcp": {
"command": "npx",
"args": [
"-y",
"soapnoteapi-mcp"
],
"env": {
"SOAPNOTEAPI_KEY": "<SOAPNOTEAPI_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs