MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
MCP Fhir Server
作者 @j4jayant

Example MCP SSE Server with FHIR Integration

创建于 6/2/2025
更新于 4 days ago
Repository documentation and setup instructions

Example MCP SSE Server intgrated with FHIR Server

A Model Context Protocol (MCP) server implementation that integrates with FHIR server to implement FHIR specific tool definitions. This is quick and dirty implementation and sole objective is to demonstrate MCP + FHIR integration. This implementation doesn't cover FHIR server OAuth and depends on supplied Auth token.

I have tested this integration for Patient and Appointment resources without any issues.

This MCP server implements two tools

  1. Create FHIR Resource Takes Two input parameters
    • ResourceType
    • ResourceBody
  2. Read FHIR Resource Takes Two input parameters
    • ResourceType
    • ResourceID

Dependencies

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-fhir-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "j4jayant-mcp-fhir-server": { "command": "npx", "args": [ "j4jayant-mcp-fhir-server" ] } } }