MCP FHIR provides AI agents with access to FHIR resources via the Model Context Protocol. It connects to FHIR-compatible healthcare systems and APIs, allowing agents to retrieve, create, update, and delete patient data, clinical notes, and other healthcare information. Developers use it to build AI applications that interact with electronic health records and healthcare APIs.
MCP FHIR provides AI agents with access to FHIR resources via the Model Context Protocol. It connects to FHIR-compatible healthcare systems and APIs, allowing agents to retrieve, create, update, and delete patient data, clinical notes, and other healthcare information. Developers use it to build AI applications that interact with electronic health records and healthcare APIs.
npx -y @flexpa/mpc-fhirAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"flexpa-mcp-fhir-github": {
"command": "npx",
"args": [
"-y",
"npx -y @flexpa/mpc-fhir"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp fhir?"
API Key Required
This server requires an API key from mcp fhir. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_FHIR_API_KEY | Yes | Your mcp fhir API key |
"What resources are available in mcp fhir?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp fhir"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp fhir with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.