📦
Fhir Server
Example MCP SSE Server with FHIR Integration
0 installs
1 stars
Trust: 41 — Fair
Devtools
Installation
npx mcp-fhir-serverAsk AI about Fhir Server
Powered by Claude · Grounded in docs
I know everything about Fhir Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Example MCP SSE Server intgrated with FHIR Server
A Model Context Protocol (MCP) server implementation that integrates with FHIR server to implement FHIR specific tool definitions. This is quick and dirty implementation and sole objective is to demonstrate MCP + FHIR integration. This implementation doesn't cover FHIR server OAuth and depends on supplied Auth token.
I have tested this integration for Patient and Appointment resources without any issues.
This MCP server implements two tools
- Create FHIR Resource
Takes Two input parameters
- ResourceType
- ResourceBody
- Read FHIR Resource
Takes Two input parameters
- ResourceType
- ResourceID
Dependencies
- @modelcontextprotocol/sdk - SDK for Model Context Protocol
- Express - Web framework for Node.js
