health export mcp for Cursor
io.github.philipad/health-export-mcp
Query 190 Apple Health metrics from any MCP agent: zero-dependency, read-only, local-first.
client:Cursor
transport:stdio
runtime:npm
Install health export mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"health-export-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"health-export-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs