mcpbeat Sign in

Icdwise MCP Server

local only

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

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

Installs per day peak 63 · avg 10 · -40% w/w
a month agotoday
62
Installs / week
npm · icdwise
1
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to Icdwise

same job, measured the same way
Pine Script v6 Documentation
by paulieb89

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

281 installs/wk 10 tools answering
MCP Gtags Server
by harshithsunku

Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.

164 installs/wk local only
Denialbot
by edgeedgehq

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

33 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Icd MCP
by stayce

WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.

1 tools answering
Botcall MCP
by danecodes

Give your AI agent a real phone number for SMS verification codes.

22 installs/wk local only

Icdwise — questions

Answers built from our own checks of this server.

Why is there no uptime for Icdwise?
Icdwise 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 icdwise was installed 62 times last week.
How do I connect Icdwise?
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 icdwise straight from npm; nothing to host, nothing to sign up for.
How many people use Icdwise?
The npm package icdwise was installed 62 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Icdwise open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.