SOAPNoteAPI is a Model Context Protocol (MCP) server: Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio. Because it speaks the Model Context Protocol, AI assistants can use SOAPNoteAPI as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package soapnoteapi-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need SOAPNOTEAPI_KEY. The current release is v0.1.1, published under the MIT license, with source at soapnoteaicom/soapnoteapi-mcp on GitHub.
On mcp.site, SOAPNoteAPI sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain SOAPNoteAPI for soapnoteapi.com, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — soapnoteapi-mcp · MCP over stdio
▸Credentials — Requires SOAPNOTEAPI_KEY
▸Open source — MIT license · soapnoteaicom/soapnoteapi-mcp