Apple HealthKit, exposed honestly as JSON. iOS app + MCP server + docs for agent-native health data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"healthkite": {
"command": "cargo",
"args": [
"run",
"--",
"healthkite"
]
}
}
}
Run in terminal:
claude mcp add healthkite cargo run -- healthkite
Add to .cursor/mcp.json:
{
"mcpServers": {
"healthkite": {
"command": "cargo",
"args": [
"run",
"--",
"healthkite"
]
}
}
}