mcpbeat Sign in

MCP Ratchet Clinical Charting MCP Server

local only

MCP Ratchet Clinical Charting runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 8 Mar 2026.

MCP server for clinical charting with Claude - document patient visits to EMR

Installs per day peak 10 · avg 5 · -45% w/w
a month agotoday
35
Installs / week
npm · mcp-ratchet-clinical-charting
0
Stars
0 open issues
8 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Ratchet Clinical Charting 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 mcp-ratchet-clinical-charting -- npx -y mcp-ratchet-clinical-charting
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ratchet-clinical-charting": {
      "args": [
        "-y",
        "mcp-ratchet-clinical-charting"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ratchet-clinical-charting]
command = "npx"
args = ["-y", "mcp-ratchet-clinical-charting"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ratchet-clinical-charting": {
      "args": [
        "-y",
        "mcp-ratchet-clinical-charting"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ratchet-clinical-charting": {
      "args": [
        "-y",
        "mcp-ratchet-clinical-charting"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: POINTCARE_API_URL (EMR API base URL (optional - runs in mock mode if not set)), POINTCARE_API_KEY (EMR API key (required for production mode)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ratchet Clinical Charting

same job, measured the same way
Plots MCP
by mr901

MCP server for data visualization with Mermaid charts.

124 installs/wk local only
MCP Plots
by mr901

MCP server for data visualization with Mermaid charts.

local only
Healthie
by usefulapi

Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.

16 tools answering
Media Forge
by pavelguzenfeld

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

37 installs/wk local only
Spec Score MCP
by openpoem

Score your specs before feeding them to an LLM. MCP server with radar chart visualization.

local only
Kireo
by wang1051992187

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

470 installs/wk local only
Visiongemma
by q1023884985

Local AI vision MCP server for Windows: OCR, chart analysis, scene description. 100% offline.

78 installs/wk local only
Roistat MCP
by theyahia

MCP server for Roistat API — marketing analytics, visits tracking. API key auth.

48 installs/wk local only

MCP Ratchet Clinical Charting — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ratchet Clinical Charting?
MCP Ratchet Clinical Charting 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 mcp-ratchet-clinical-charting was installed 35 times last week.
How do I connect MCP Ratchet Clinical Charting?
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 mcp-ratchet-clinical-charting straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ratchet Clinical Charting?
The npm package mcp-ratchet-clinical-charting was installed 35 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ratchet Clinical Charting open source?
Yes — it is published under the MIT licence, written in TypeScript 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.