The Apple Health MCP server allows AI agents to query Apple Health data using natural language or SQL. It connects to Apple's HealthKit API to retrieve health and fitness data. Developers use it to build applications that analyze health metrics, track fitness progress, or integrate health data into other platforms.
The Apple Health MCP server allows AI agents to query Apple Health data using natural language or SQL. It connects to Apple's HealthKit API to retrieve health and fitness data. Developers use it to build applications that analyze health metrics, track fitness progress, or integrate health data into other platforms.
npx -y @neiltron/apple-health-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"neiltron-apple-health-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @neiltron/apple-health-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from apple health mcp?"
No configuration required. This server works out of the box.
"What resources are available in apple health mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in apple health mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in apple health mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.