the-momentum/fhir-mcp-server
by Various
FHIR MCP Server for handling medical data standard.
MCP
the-momentum/fhir-mcp-server
Added 1 June 2026
Overview
A Python-based MCP server that exposes FHIR (Fast Healthcare Interoperability Resources) medical data operations through the Model Context Protocol. It allows AI agents to query, create, and update healthcare records using standard FHIR APIs.
Best for
Best for
Developers building AI agents that need to interact with FHIR-based electronic health records.
Use cases
- Integrate FHIR-compliant health data into AI assistant workflows
- Enable natural language queries over patient records and clinical resources
- Automate healthcare data entry and retrieval via MCP-compatible clients
How to use
Tools exposed
SecurityMASTER_KEYFHIR_SERVER_HOSTFHIR_BASE_URLFHIR_SERVER_CLIENT_IDFHIR_SERVER_CLIENT_SECRETLOINC_ENDPOINTLOINC_USERNAMELOINC_PASSWORDPINECONE_API_KEYEMBEDDING_MODELrequest_patient_resourcerequest_observation_resourcerequest_condition_resourcerequest_medication_resourcerequest_immunization_resourcerequest_encounter_resourcerequest_allergy_intolerance_resourcerequest_family_member_history_resourcerequest_generic_resource
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "uv-mcp-server": {\n "command": "uv",\n "args": [\n "run",\n "--frozen",\n "--directory",\n "<your-project-path>",\n "start"\n ],\n "env": {\n "PATH": "<uv-bin-folder-path>"\n }\n }\n }\n } Notes
A Python-based MCP server that exposes FHIR (Fast Healthcare Interoperability Resources) medical data operations through the Model Context Protocol. It allows AI agents to query, create, and update healthcare records using standard FHIR APIs.
86 stars on GitHub. Last updated 2025-10-23. Licensed MIT.
Use cases
- Integrate FHIR-compliant health data into AI assistant workflows
- Enable natural language queries over patient records and clinical resources
- Automate healthcare data entry and retrieval via MCP-compatible clients
Pros
- Leverages the widely adopted FHIR standard for healthcare data exchange
- Lightweight Python implementation with 86 GitHub stars and active maintenance
- Works with any MCP client, enabling flexible AI agent integration
Cons
- Requires a running FHIR server or endpoint to function
- Limited to FHIR R4 capabilities; may not support all custom extensions
- Small community and documentation compared to larger healthcare tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages the widely adopted FHIR standard for healthcare data exchange
- Lightweight Python implementation with 86 GitHub stars and active maintenance
- Works with any MCP client, enabling flexible AI agent integration
Cons
- Requires a running FHIR server or endpoint to function
- Limited to FHIR R4 capabilities; may not support all custom extensions
- Small community and documentation compared to larger healthcare tools
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.