An MCP server that exposes FHIR Terminology services as structured, AI and LLM-friendly tools, designed to seamlessly connect to existing terminology servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"fhir-terminology-ser": {
"command": "uvx",
"args": [
"fhir-terminology-server-mcp-wrapper"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add fhir-terminology-ser uvx fhir-terminology-server-mcp-wrapper
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"fhir-terminology-ser": {
"command": "uvx",
"args": [
"fhir-terminology-server-mcp-wrapper"
]
}
}
}
📋 Copy
Or install with pip: pip install fhir-terminology-server-mcp-wrapper