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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add health-export-mcp -- npx -y health-export-mcp
{
"mcpServers": {
"health-export-mcp": {
"args": [
"-y",
"health-export-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.health-export-mcp]
command = "npx"
args = ["-y", "health-export-mcp"]
{
"mcpServers": {
"health-export-mcp": {
"args": [
"-y",
"health-export-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"health-export-mcp": {
"args": [
"-y",
"health-export-mcp"
],
"command": "npx"
}
}
}
Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).
Query your local super-log bench from an AI agent - read-only log tools over the hub.
Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.
Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).
An MCP server for analyzing startup financial health and generating metrics reports locally.
Local-first MCP server: read LAS well logs and DLIS files from your own disk.
A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency.
Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).
Answers built from our own checks of this server.