MCP server giving AI assistants safe, read-only access to FHIR healthcare data built on a public sandbox, no real patient data.
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"brianbastian01/fhir-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fhir-mcp-server npx -y brianbastian01/fhir-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fhir-mcp-server": {
"command": "npx",
"args": [
"-y",
"brianbastian01/fhir-mcp-server"
]
}
}
}