mcpbeat Sign in

SOAPNoteAPI MCP Server

by soapnoteapi Your server? Claim it
local only

SOAPNoteAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 16 Jun 2026.

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

Installs per day peak 27 · avg 10 · +14% w/w
a month agotoday
57
Installs / week
npm · soapnoteapi-mcp
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check SOAPNoteAPI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add soapnoteapi-mcp -- npx -y soapnoteapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "soapnoteapi-mcp": {
      "args": [
        "-y",
        "soapnoteapi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.soapnoteapi-mcp]
command = "npx"
args = ["-y", "soapnoteapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "soapnoteapi-mcp": {
      "args": [
        "-y",
        "soapnoteapi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "soapnoteapi-mcp": {
      "args": [
        "-y",
        "soapnoteapi-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOAPNOTEAPI_KEY (SOAPNoteAPI Bearer key (snapi_sk_...). Get one at https://app.soapnoteapi.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SOAPNoteAPI

same job, measured the same way
Gitstandup
by muba00

Generate daily standup notes from git commits across multiple repositories with AI summaries.

43 installs/wk local only
I
MCP API Doc Generator
by vpatser1

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

28 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

49 installs/wk local only
Lacuna Music
by joylink-ltd

Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.

65 installs/wk 3 tools answering
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

116 installs/wk local only
Video Vision MCP
by kitdevua

Analyze any video (local file or URL) into frames + transcript for Claude Code

168 installs/wk local only
Filoo MCP
by jrlprost

Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

36 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering

SOAPNoteAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for SOAPNoteAPI?
SOAPNoteAPI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package soapnoteapi-mcp was installed 57 times last week.
How do I connect SOAPNoteAPI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls soapnoteapi-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SOAPNoteAPI?
The npm package soapnoteapi-mcp was installed 57 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SOAPNoteAPI open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.