fhir-terminology-server-mcp-wrapper

viniciusfinger/fhir-terminology-server-mcp-wrapper
★ 2 stars Python 🤖 AI/LLM Updated 12d ago
An MCP server that exposes FHIR Terminology services as structured, AI and LLM-friendly tools, designed to seamlessly connect to existing terminology servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fhir-terminology-ser": {
      "command": "uvx",
      "args": [
        "fhir-terminology-server-mcp-wrapper"
      ]
    }
  }
}

Or install with pip: pip install fhir-terminology-server-mcp-wrapper

Topics

artificial-intelligencefhirfhir-serverhealthcaremcp-servermodel-context-protocol