Loading MCP server directory, please wait...
Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.
npx @getmcp/cli add com.soapnoteapi/soapnoteapi-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SOAPNOTEAPI_KEYSOAPNoteAPI Bearer key (snapi_sk_...). Get one at https://app.soapnoteapi.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.soapnoteapi/soapnoteapi-mcp": {
"command": "npx",
"args": [
"-y",
"soapnoteapi-mcp"
],
"env": {
"SOAPNOTEAPI_KEY": ""
}
}
}
}