Apple Health MCP Server for Cursor
io.github.krumjahn/health-analyzer-mcp
Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.
client:Cursor
transport:stdio
runtime:npm
Install Apple Health MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"health-analyzer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"health-analyzer-mcp"
],
"env": {
"HEALTH_ANALYZER_TOKEN": "<HEALTH_ANALYZER_TOKEN>",
"HEALTH_ANALYZER_TOKEN_FILE": "<HEALTH_ANALYZER_TOKEN_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs