Skip to content
Cursor

FHIR MCP Server for Cursor

io.github.wso2/fhir-mcp-server

MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications

client:Cursor transport:stdio runtime:pypi

Install FHIR MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fhir-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fhir-mcp-server"
      ],
      "env": {
        "FHIR_SERVER_BASE_URL": "<FHIR_SERVER_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FHIR MCP Server in other clients