HomeOther › macrofactor-mcp

macrofactor-mcp

Fueling & recovery decision engine combining MacroFactor nutrition with Garmin training data

Python Local macOSLinux
★ 1 stars Last pushed 2026-07-10 License: MIT

Topics: Sports

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.1)

uvx macrofactor-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "macrofactor-mcp": {
      "command": "uvx",
      "args": [
        "macrofactor-mcp"
      ],
      "env": {
        "MACROFACTOR_DB_PATH": "<YOUR_VALUE>",
        "MACROFACTOR_DATA_DIR": "<YOUR_VALUE>",
        "GARMINTOKENS": "<YOUR_VALUE>"
      }
    }
  }
}
  • MACROFACTOR_DB_PATH — Path to the local DuckDB database (default: ~/.macrofactor/macrofactor.duckdb)
  • MACROFACTOR_DATA_DIR — Directory watched for MacroFactor export files to auto-import (default: ~/Downloads)
  • GARMINTOKENS — Directory holding Garmin Connect auth tokens for optional Garmin sync (default: ~/.garminconnect)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry