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
MyFitnessPal MCP Server
utensils

MyFitnessPal MCP Server MCP Server

Nutrition and meal tracking data

myfitnesspalnutritiondietcalories

About

## MyFitnessPal MCP Server: Nutrition Tracking Platform The **MyFitnessPal MCP Server** integrates MyFitnessPal nutrition tracking into Google Antigravity, enabling AI-assisted food logging, calorie tracking, and nutritional analysis for health goals. ### Why MyFitnessPal MCP? - **Food Database**: Access to millions of foods with nutritional information - **Barcode Scanning**: Quick food logging through barcode scanning - **Macro Tracking**: Track calories, protein, carbs, fat, and micronutrients - **Goal Setting**: Set personalized calorie and macro goals - **Meal Planning**: Plan meals and track recipes with nutritional breakdowns ### Key Features #### 1. Food Logging ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Log my breakfast: 2 eggs, whole wheat toast, and orange juice" }] ) ``` #### 2. Nutrition Analysis ```python # Analyze nutrition response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my macro breakdown for today and remaining calories" }] ) ``` #### 3. Goal Tracking ```python # Track goals response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my weekly calorie trends and protein intake vs goals" }] ) ``` #### 4. Recipe Management ```python # Manage recipes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a recipe for chicken stir fry and calculate nutritional info" }] ) ``` ### Configuration ```json { "mcpServers": { "myfitnesspal": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-myfitnesspal"], "env": { "MFP_USERNAME": "your-username", "MFP_PASSWORD": "your-password" } } } } ``` ### Use Cases **Weight Management**: Track calories for weight loss or gain goals. **Macro Tracking**: Monitor macronutrient intake for fitness goals. **Meal Planning**: Plan balanced meals with nutritional awareness. **Health Improvement**: Make informed dietary choices with data. The MyFitnessPal MCP Server brings comprehensive nutrition tracking into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "myfitnesspal": {
      "mcpServers": {
        "myfitnesspal": {
          "args": [
            "-y",
            "myfitnesspal-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Browser cookie authentication
  2. 2Macro and micronutrient data
  3. 3Exercise tracking

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