SOAPNoteAPI for Claude Desktop
com.soapnoteapi/soapnoteapi-mcp
Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.
client:Claude Desktop
transport:stdio
runtime:npm
Install SOAPNoteAPI in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"soapnoteapi-mcp": {
"command": "npx",
"args": [
"-y",
"soapnoteapi-mcp"
],
"env": {
"SOAPNOTEAPI_KEY": "<SOAPNOTEAPI_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs