MCP Ratchet Clinical Charting
Rank #50,036io.github.m2ai-mcp-servers/mcp-ratchet-clinical-charting
MCP server providing ratchet-clinical-charting capabilities
MCP Ratchet Clinical Charting is a Model Context Protocol (MCP) server published by m2ai-mcp-servers. It ranks #50,036 of 115,460 servers tracked on MCP Toplist. MCP Ratchet Clinical Charting is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Dec 22, 2025 and most recently updated on Jan 19, 2026.
Ranks ahead of 65,424 of 115,460 servers on MCP Toplist.
Use MCP Ratchet Clinical Charting
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ratchet-clinical-charting -e "POINTCARE_API_URL=<your POINTCARE_API_URL>" -e "POINTCARE_API_KEY=<your POINTCARE_API_KEY>" -- npx -y mcp-ratchet-clinical-chartingReplace each placeholder with your own value before saving.
[mcp_servers.mcp-ratchet-clinical-charting]
command = "npx"
args = ["-y", "mcp-ratchet-clinical-charting"]
[mcp_servers.mcp-ratchet-clinical-charting.env]
POINTCARE_API_URL = "<your POINTCARE_API_URL>"
POINTCARE_API_KEY = "<your POINTCARE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ratchet-clinical-charting": {
"command": "npx",
"args": [
"-y",
"mcp-ratchet-clinical-charting"
],
"env": {
"POINTCARE_API_URL": "<your POINTCARE_API_URL>",
"POINTCARE_API_KEY": "<your POINTCARE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ratchet-clinical-charting": {
"command": "npx",
"args": [
"-y",
"mcp-ratchet-clinical-charting"
],
"env": {
"POINTCARE_API_URL": "<your POINTCARE_API_URL>",
"POINTCARE_API_KEY": "<your POINTCARE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ratchet-clinical-charting": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ratchet-clinical-charting"
],
"env": {
"POINTCARE_API_URL": "<your POINTCARE_API_URL>",
"POINTCARE_API_KEY": "<your POINTCARE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ratchet-clinical-charting": {
"command": "npx",
"args": [
"-y",
"mcp-ratchet-clinical-charting"
],
"env": {
"POINTCARE_API_URL": "<your POINTCARE_API_URL>",
"POINTCARE_API_KEY": "<your POINTCARE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ratchet-clinical-charting": {
"command": "npx",
"args": [
"-y",
"mcp-ratchet-clinical-charting"
],
"env": {
"POINTCARE_API_URL": "<your POINTCARE_API_URL>",
"POINTCARE_API_KEY": "<your POINTCARE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.m2ai-mcp-servers%2Fmcp-ratchet-clinical-charting)<a href="https://mcptoplist.com/server/io.github.m2ai-mcp-servers%2Fmcp-ratchet-clinical-charting"><img src="https://mcptoplist.com/badge/io.github.m2ai-mcp-servers%2Fmcp-ratchet-clinical-charting.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
m2ai-mcp-servers
Other servers by m2ai-mcp-servers
- MCP Dyson Appliances#1,171 · 2 vers
- MCP Philips Hue#4,382 · 2 vers
- MCP Christensen#31,750 · 2 vers
- Dyson Sphere Program#39,432
- Loom Advisor#91,701
- n8n Advisor#91,702
- VideoGen Advisor#91,703
- mcp-mirage-brand-extract#100,573
- Notion Advisor#100,574
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jan 19, 2026 |
Frequently asked questions
- Who maintains MCP Ratchet Clinical Charting?
- MCP Ratchet Clinical Charting is maintained by m2ai-mcp-servers, which publishes 10 MCP servers (7 total versions) tracked on MCP Toplist.
- Is MCP Ratchet Clinical Charting listed on the Official MCP Registry?
- Yes — MCP Ratchet Clinical Charting is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Ratchet Clinical Charting have?
- MCP Toplist tracks 1 version of MCP Ratchet Clinical Charting, most recently published on Jan 19, 2026.
- Where can I find the source code for MCP Ratchet Clinical Charting?
- The source code for MCP Ratchet Clinical Charting is hosted at github.com/m2ai-mcp-servers/mcp-ratchet-clinical-charting.