Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Apple Health MCP Server
heart

Apple Health MCP Server MCP Server

Query Apple Health data with AI

apple-healthfitnesshealthworkouts

About

## Apple Health MCP Server: Health Data Integration The **Apple Health MCP Server** integrates Apple Health data into Google Antigravity, enabling AI-assisted health tracking, fitness analysis, and wellness monitoring from your Apple devices. ### Why Apple Health MCP? - **Comprehensive Data**: Access steps, heart rate, sleep, workouts, and hundreds of health metrics - **Device Integration**: Data from Apple Watch, iPhone, and connected health devices - **Historical Trends**: Analyze health trends over time for insights - **Privacy First**: Data stays on device with user-controlled access - **Medical Records**: Access clinical health records where available ### Key Features #### 1. Health Metrics ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my step count and active calories for this week with daily breakdown" }] ) ``` #### 2. Fitness Analysis ```python # Analyze fitness response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze my workout patterns and suggest improvements based on heart rate data" }] ) ``` #### 3. Sleep Tracking ```python # Track sleep response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my sleep patterns for the past month with quality metrics" }] ) ``` #### 4. Health Trends ```python # View trends response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show resting heart rate trends and identify any concerning patterns" }] ) ``` ### Configuration ```json { "mcpServers": { "apple-health": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-apple-health"], "env": { "HEALTH_EXPORT_PATH": "/path/to/health/export" } } } } ``` ### Use Cases **Fitness Tracking**: Monitor and analyze fitness progress over time. **Health Monitoring**: Track vital health metrics for wellness awareness. **Sleep Optimization**: Analyze and improve sleep quality. **Medical Records**: Access and review health records and lab results. The Apple Health MCP Server brings comprehensive health data into your workflow for wellness insights.

Installation

Configuration
{
  "mcpServers": {
    "apple-health": {
      "mcpServers": {
        "apple-health": {
          "env": {
            "ELASTICSEARCH_URL": "http://localhost:9200"
          },
          "args": [
            "apple-health-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1Export Health data from iPhone
  2. 2Requires Elasticsearch
  3. 3Python environment needed

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers