mcpbeat Sign in

Health Export MCP Server

local only

Health Export MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from npm. Last commit 20 Aug 2026.

Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first.

Installs per day peak 39 · avg 10 · +4% w/w
a month agotoday
119
Installs / week
npm · health-export-mcp
4
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Builds a file path from a variable healthstore.mjs:39, [пакет] healthstore.mjs:39
export const dataPath = (file) => path.join(DATA_DIR, file);

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

Alternatives to Health Export MCP

same job, measured the same way
Quellgeist Metrics
by rajeev-shyam

Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).

91 installs/wk local only
Super Log
by super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

32 installs/wk local only
Ezstat MCP Server
by ezstat

Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.

87 installs/wk local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only
petromcp
by ameyxd

Local-first MCP server: read LAS well logs and DLIS files from your own disk.

119 installs/wk local only
I
Append Log MCP
by bobbyhouse

A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.

local only
Prometheus MCP
by mshegolev

Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).

105 installs/wk local only

Health Export MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Health Export MCP?
Health Export MCP 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 npm package health-export-mcp was installed 119 times last week.
How do I connect Health Export MCP?
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 health-export-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Health Export MCP?
The npm package health-export-mcp was installed 119 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Health Export MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.