Skip to main content
Science & ResearchPython

the-momentum/fhir-mcp-server

MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.

biology-medicine-and-bioinformaticscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/the-momentum/fhir-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "the-momentum-fhir-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "the-momentum/fhir-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
the-momentum