mcpbeat Sign in

FHIR MCP Server

local only

FHIR MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 209 installs a week from pypi. Last commit 4 Sep 2026.

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

Installs per day peak 120 · avg 47 · -37% w/w
a month agotoday
209
Installs / week
pypi · fhir-mcp-server
136
Stars
1 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 19 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.

Runs an external command [пакет] run_tests.py:74
    result = subprocess.run(cmd, env=env, cwd=project_root)

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 fhir-mcp-server -- uvx fhir-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fhir-mcp-server": {
      "args": [
        "fhir-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fhir-mcp-server]
command = "uvx"
args = ["fhir-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "fhir-mcp-server": {
      "args": [
        "fhir-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fhir-mcp-server": {
      "args": [
        "fhir-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FHIR_SERVER_BASE_URL (Base URL of the FHIR Server (eg: https://hapi.fhir.org/baseR5)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FHIR MCP Server

same job, measured the same way
Zoo MCP
by kittycad

An MCP server that provides access to the Zoo API for various CAD operations and tools.

8 364 installs/wk local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
Fr24api MCP
by flightradar24

MCP server providing access to the Flightradar24 API for real-time and historical flight data

139 installs/wk local only
FastAlertNow
by fastalertnow

Official MCP server for FastAlert, providing tools to list channels and send notifications.

57 installs/wk local only
Mitre Attack MCP Server
by imouiche

MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations

41 installs/wk local only
Incode Idv MCP
by incodetechnologies

MCP server for Incode IDV, providing identity verification tools for AI assistants.

47 installs/wk local only
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
Healthcare Fhir MCP
by csoai-org

Healthcare Fhir MCP Server by MEOK AI Labs

191 installs/wk local only

FHIR MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for FHIR MCP Server?
FHIR MCP Server 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 fhir-mcp-server was installed 209 times last week.
How do I connect FHIR MCP Server?
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 fhir-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use FHIR MCP Server?
The pypi package fhir-mcp-server was installed 209 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FHIR MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 136 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.