Loading MCP server directory, please wait...
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
npx @getmcp/cli add io.github.wso2/fhir-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
FHIR_SERVER_BASE_URLBase URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wso2/fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": ""
}
}
}
}