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
Strava MCP Server
map

Strava MCP Server MCP Server

Access Strava fitness activities

stravafitnesscyclingrunning

About

## Strava MCP Server: Athletic Performance Platform The **Strava MCP Server** integrates Strava athletic tracking into Google Antigravity, enabling AI-assisted activity analysis, performance tracking, and social fitness features for athletes. ### Why Strava MCP? - **Activity Recording**: Track running, cycling, swimming, and 30+ sport types - **Segment Analysis**: Compare performance on segments with other athletes - **Social Network**: Connect with athletes and share activities - **Training Log**: Comprehensive training history and progress tracking - **Route Discovery**: Find popular routes in any location worldwide ### Key Features #### 1. Activity Upload ```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 activities with distance, pace, and elevation gain" }] ) ``` #### 2. Segment Analysis ```python # Analyze segments response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my segment times and ranking on favorite climbing segments" }] ) ``` #### 3. Training Progress ```python # Track training response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my weekly mileage trends and year-to-date statistics" }] ) ``` #### 4. Route Finding ```python # Find routes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find popular cycling routes near me with moderate climbing" }] ) ``` ### Configuration ```json { "mcpServers": { "strava": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-strava"], "env": { "STRAVA_CLIENT_ID": "your-client-id", "STRAVA_CLIENT_SECRET": "your-client-secret" } } } } ``` ### Use Cases **Training Analysis**: Track and analyze athletic training progress. **Competitive Tracking**: Compare segment times with other athletes. **Route Planning**: Discover and plan new training routes. **Social Fitness**: Share activities and connect with athletic community. The Strava MCP Server brings athletic performance tracking into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "strava": {
      "mcpServers": {
        "strava": {
          "env": {
            "STRAVA_CLIENT_ID": "YOUR_CLIENT_ID",
            "STRAVA_CLIENT_SECRET": "YOUR_SECRET"
          },
          "args": [
            "-y",
            "strava-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create Strava API app
  2. 2Configure OAuth credentials
  3. 3Access activities and segments

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