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
Garmin Connect MCP Server
activity

Garmin Connect MCP Server MCP Server

Fitness data from Garmin devices

garminfitnesshealthactivities

About

## Garmin Connect MCP Server: Advanced Fitness Tracking The **Garmin Connect MCP Server** integrates Garmin fitness platform into Google Antigravity, enabling AI-assisted access to advanced training metrics, GPS activities, and health data from Garmin devices. ### Why Garmin Connect MCP? - **Advanced Metrics**: Training load, VO2 max, recovery time, and performance analytics - **GPS Activities**: Detailed GPS tracking for running, cycling, and outdoor activities - **Multi-Sport**: Support for dozens of activity types with sport-specific metrics - **Training Plans**: Access structured training plans and workout recommendations - **Device Sync**: Automatic sync from Garmin watches and cycling computers ### Key Features #### 1. Activity Data ```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 recent running activities with pace, distance, and heart rate data" }] ) ``` #### 2. Training Metrics ```python # Analyze training response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my training load, recovery status, and VO2 max trends" }] ) ``` #### 3. GPS Routes ```python # Access routes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show the GPS route and elevation profile from my last bike ride" }] ) ``` #### 4. Health Monitoring ```python # Monitor health response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show stress levels, body battery, and sleep score for the past week" }] ) ``` ### Configuration ```json { "mcpServers": { "garmin": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-garmin"], "env": { "GARMIN_USERNAME": "your-email", "GARMIN_PASSWORD": "your-password" } } } } ``` ### Use Cases **Endurance Training**: Track and optimize training for running and cycling events. **Performance Analysis**: Analyze training metrics to improve athletic performance. **Health Monitoring**: Track daily health metrics and stress levels. **Route Planning**: Review and plan routes based on GPS activity history. The Garmin Connect MCP Server brings advanced fitness analytics into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "garmin": {
      "mcpServers": {
        "garmin": {
          "env": {
            "GARMIN_EMAIL": "your-email@example.com",
            "GARMIN_PASSWORD": "YOUR_PASSWORD"
          },
          "args": [
            "-y",
            "garmin-connect-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Garmin Connect credentials required
  2. 2Access activities and health metrics
  3. 3Heart rate and sleep data

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