Clinical Terminology MCP

Downloads

Download pre-built binaries for macOS, Linux, and Windows. No dependencies required.

Latest: v1.2.3

Free for personal use and organizations with less than $1M revenue. Contact us for enterprise licensing.

snomed-mcp

· 8.2 MB

rxnorm-mcp

· 7.8 MB

icd10-mcp

· 7.5 MB

icd11-mcp

· 7.9 MB

loinc-mcp

· 7.6 MB

umls-mcp

· 7.7 MB

ucum-mcp

· 7.4 MB

Download All Servers (54.1 MB)

Installation

Terminal
# Extract the archive
tar -xzf snomed-mcp_1.2.1_darwin_arm64.tar.gz

# Move to a directory in your PATH
sudo mv snomed-mcp /usr/local/bin/

# Verify installation
snomed-mcp --version

Configure Your AI Client

Add the servers to your AI client's MCP configuration. Example for Claude Desktop:

claude_desktop_config.json
{
  "mcpServers": {
    "snomed": { "command": "/usr/local/bin/snomed-mcp" },
    "rxnorm": { "command": "/usr/local/bin/rxnorm-mcp" },
    "icd10": { "command": "/usr/local/bin/icd10-mcp" },
    "icd11": { "command": "/usr/local/bin/icd11-mcp" },
    "loinc": { "command": "/usr/local/bin/loinc-mcp" },
    "umls": { "command": "/usr/local/bin/umls-mcp" },
    "ucum": { "command": "/usr/local/bin/ucum-mcp" }
  }
}

See Configuration for setup with VS Code, Cursor, and other MCP clients.