mcpbeat Sign in

MCP Fhir MCP Server

local only

MCP Fhir runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 21 Jun 2026.

FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).

Installs per day peak 20 · avg 9 · -9% w/w
a month agotoday
63
Installs / week
pypi · mcp-fhir
0
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/mcp_fhir/__init__.py:1, [пакет] src/mcp_fhir/http_client.py:1, [пакет] src/mcp_fhir/server.py:1 и ещё 9
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-fhir -- uvx mcp-fhir
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-fhir": {
      "args": [
        "mcp-fhir"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-fhir]
command = "uvx"
args = ["mcp-fhir"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-fhir": {
      "args": [
        "mcp-fhir"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-fhir": {
      "args": [
        "mcp-fhir"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FHIR_BASE_URL (Base URL of the FHIR R4 server (default: https://hapi.fhir.org/baseR4)), SMART_ENABLED (Set to 'true' to enable SMART-on-FHIR OAuth 2.0 (Epic/Cerner)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Fhir

same job, measured the same way
Tolk MCP Server
by oxgeneral

MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts.

local only
Reddit Scraper
by fashionmascherine-svg

Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.

answering
Iso20022 Bank Profile MCP
by sebastienrousseau

Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.

212 installs/wk local only
spintax.net MCP server
by spintax

Write, validate, render and analyze spintax templates. Backed by @spintax/core. No auth.

455 installs/wk 4 tools answering
India MCP Gst
by samarth-23-eng

MCP server for India GST: validate GSTIN, search HSN, calculate tax.

local only
Index Server
by jagilber-org

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

78 installs/wk local only
Langcare MCP Fhir
by langcare

An MCP FHIR server written in Go for EMR systems like Epic and Cerner

350 installs/wk local only
MCP Factcheck
by carlisia

An MCP server that validates content against MCP specification using semantic search and AI

local only

MCP Fhir — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Fhir?
MCP Fhir runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-fhir was installed 63 times last week.
How do I connect MCP Fhir?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-fhir straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Fhir?
The pypi package mcp-fhir was installed 63 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Fhir open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.