mcp fhir for Cursor
io.github.pcmedsinge/mcp-fhir
FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).
client:Cursor
transport:stdio
runtime:pypi
Install mcp fhir in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-fhir": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-fhir"
],
"env": {
"FHIR_BASE_URL": "<FHIR_BASE_URL>",
"SMART_ENABLED": "<SMART_ENABLED>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs