io.github.wso2/fhir-mcp-server · v0.10.0
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
FHIR MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<FHIR_SERVER_BASE_URL>"
}
}
}
}FHIR_SERVER_BASE_URL必填Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.wso2/fhir-mcp-server",
"type": "mcp-server",
"version": "0.10.0",
"displayName": "FHIR MCP Server",
"description": "MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications",
"repository": {
"url": "https://github.com/wso2/fhir-mcp-server",
"source": "github"
},
"homepage": "https://github.com/wso2/fhir-mcp-server",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "fhir-mcp-server",
"version": "0.10.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "FHIR_SERVER_BASE_URL",
"description": "Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wso2/fhir-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wso2%2Ffhir-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}