Skip to content
VS Code

health export mcp for VS Code

io.github.philipad/health-export-mcp

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

client:VS Code transport:stdio runtime:npm

Install health export mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "health-export-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "health-export-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

health export mcp in other clients