PluginBench
MCP Server

io.github.pcmedsinge/mcp-terminology MCP Server

io.github.pcmedsinge/mcp-terminology

What is the io.github.pcmedsinge/mcp-terminology MCP server?

LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR.

How to install io.github.pcmedsinge/mcp-terminology

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TERMINOLOGY_BASE_URL

    Base URL of the FHIR terminology server (default: https://tx.fhir.org/r4)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-terminology": {
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<YOUR_TERMINOLOGY_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-terminology": {
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<YOUR_TERMINOLOGY_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-terminology": {
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<YOUR_TERMINOLOGY_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-terminology": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-terminology"
      ],
      "env": {
        "TERMINOLOGY_BASE_URL": "<YOUR_TERMINOLOGY_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-terminology --env TERMINOLOGY_BASE_URL=<YOUR_TERMINOLOGY_BASE_URL> -- uvx mcp-terminology

Related MCP servers

Drug interactions (FDA), dose range check, allergy cross-reactivity. No PHI processed.

View repository →

FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).

View repository →