Clinical Terminology MCP

Clinical terminology for AI assistants

Seven MCP servers that give AI assistants direct access to clinical coding systems.

Claude Desktop / Claude Code / Cursor / VS Code / Windsurf / Codex
claude_desktop_config.json
{
  "mcpServers": {
    "snomed": {
      "command": "snomed-mcp"
    },
    "rxnorm": {
      "command": "rxnorm-mcp"
    },
    "icd10": {
      "command": "icd10-mcp"
    }
  }
}
snomed_search result
{
  "concept": {
    "id": "73211009",
    "term": "Diabetes mellitus",
    "semanticTag": "disorder",
    "active": true
  },
  "parents": [
    "Disorder of glucose metabolism",
    "Disorder of endocrine system"
  ]
}
Claude Desktop
U
What’s the SNOMED code for type 2 diabetes and its ICD-10 mapping?
A
Type 2 diabetes mellitus is SNOMED 44054006. It maps to ICD-10-CM E11 (Type 2 diabetes mellitus).

Get started in minutes

Download, configure, query. No API keys required for most servers.

01

Download

Grab the binaries for your platform. macOS, Linux, and Windows supported.

02

Configure

Add the servers to your MCP client. One entry per server. Each runs as a local stdio process.

03

Query

Ask your AI assistant about clinical codes. It detects the right MCP tool and calls it automatically.

User: What's the SNOMED code for asthma?
Tool: snomed_search("asthma")
Result: 195967001 Asthma (disorder)

Simple licensing

Free for personal use and small businesses. Enterprise license for larger organizations.

Free

Personal & Small Business

Under $1M annual revenue

All 7 servers, all MCP tools, local and remote deployment. Binary distribution.

Download
Enterprise

Large Organizations

$1M+ annual revenue

Everything in Free plus source code access, priority support, and custom deployment assistance.

Contact sales