streamable-httpMITupdated 15d ago
Talk to your Garmin data in Claude and ChatGPT.
Fitness AI Connector 能做什么?
Fitness AI Connector
Talk to your Garmin data in Claude and ChatGPT.
Connect your Garmin health and fitness data to Claude and ChatGPT through the official Garmin Health API. Hosted remote MCP server (Streamable HTTP) with OAuth 2.0 sign-in — your Garmin password is never shared. 12 tools: daily health summary (sleep, HRV, stress, Body Battery), activities with lap and time-series analysis, body composition, menstrual cycle tracking, trends, and on-demand data refresh. 10,000+ users as of August 2026. Free tier available.
🌐 Website: https://fmp.it.com/en/fitness-ai/
How it works
- Connect the app in ChatGPT (Apps Directory) or add the connector in Claude
- Sign in on Garmin's own page (OAuth 2.0 + PKCE) — we never see or store your password
- Ask questions in plain language: "How did I sleep this week?", "Show the details of my latest run", "Am I improving?"
Your Garmin data syncs automatically via the Garmin Health API webhook/pull model. You can disconnect from your Garmin account settings or delete all data at any time.
What you can ask
| Area | Examples |
|---|---|
| Daily wellness | Steps, calories, heart rate, sleep stages & score, stress, Body Battery, HRV |
| Activities | Runs, rides, swims with pace, distance, calories, heart rate per activity |
| Activity details | Lap splits, HR drift, pace stability, negative splits, cadence & power stats |
| Body composition | Weight, BMI, body fat %, muscle mass (smart scale required) |
| Menstrual cycle | Cycle phase, day in cycle, fertile window, period tracking (opt-in in Garmin Connect) |
| Long-term trends | Weekly averages, directional changes, "am I improving?" comparisons |
| Profile & account | Connection status, VO2max, fitness age, subscription management |
Tools
The connector exposes 12 MCP tools:
- get_user_profile — Garmin connection status, subscription tier, VO2max, and fitness age.
- get_health_summary — Daily snapshot: steps, calories, heart rate, sleep stages & score, stress / Body Battery, HRV. Optional opt-in time series (heart rate, stress, Body Battery, sleep stages, SpO2, respiration).
- get_activities — List activities (runs, rides, swims) with pace, distance, calories, and heart rate per activity.
- get_activity_details — Lap splits, HR drift, pace stability, negative split ratio, cadence and power stats for one activity, plus optional per-second time series.
- get_body_composition — Weight, BMI, body fat %, muscle mass, bone mass, body water % (smart scale required).
- get_cycle_data — Menstrual cycle snapshots: phase, day in cycle, period start, cycle length (predicted vs actual), fertile window, with pregnancy semantics when applicable (cycle tracking must be enabled in Garmin Connect).
- get_trends — Weekly averages, directional changes, and pattern detection ("am I improving?").
- refresh_data — Re-fetch a range of Garmin data; dates before your connection date are skipped.
- refetch_activity_detail — Request recovery of a missing activity detail.
- manage_subscription — Billing portal and account deletion (30-day recovery).
- get_help — Setup, troubleshooting, and billing FAQ answers.
- acknowledge_garmin_source — Garmin brand attribution shown when data is first presented.
Where to get it
- ChatGPT: search "Fitness AI Connector" in the Apps Directory (works with Free ChatGPT accounts via our Custom GPT as well)
- Claude: add as a custom connector — MCP endpoint:
https://garmin-mcp-nuqd.onrender.com/mcp - Details and setup guides: https://fmp.it.com/en/fitness-ai/
How it compares
There are several ways to connect Garmin data to AI assistants. An honest comparison:
| Fitness AI Connector | Self-hosted OSS (e.g. garmin_mcp) | Hosted credential-based connectors | |
|---|---|---|---|
| Garmin access | Garmin Health API (official developer program) | Unofficial (reverse-engineered) API | Unofficial (reverse-engineered) API |
| Authentication | OAuth on Garmin's page; no password shared | Your Garmin email + password | Your Garmin email + password stored by operator |
| Setup | None (hosted) | Local install (Python/Node) | None (hosted) |
| Works on mobile / web chat | Yes | Desktop only (local process) | Yes |
| Historical data | From connection date onward (Garmin API policy) | Full history | Full history |
| Tool count | 12 focused tools | Up to 110+ tools | Varies |
| Price | Free tier; Basic $3/month | Free (self-managed) | Free |
| Continuity risk | Contract-backed API | Breaks when Garmin changes internal auth | Breaks when Garmin changes internal auth |
Self-hosted OSS is a great choice for developers who want maximum tool coverage and full local control. Fitness AI Connector is built for people who want a no-setup, no-password-sharing option that works in the ChatGPT and Claude apps, backed by the Garmin Health API.
Privacy & security
- OAuth 2.0 with PKCE; Garmin credentials are never seen or stored by us
- Data deletion on request with a 30-day recovery window; automated purge afterwards
- Privacy policy: https://fmp.it.com/en/fitness-ai/privacy/ · Terms: https://fmp.it.com/en/fitness-ai/terms/
Support
- Email: contact@fmp.it.com
- Website: https://fmp.it.com
Connects to Garmin Connect™ through the Garmin Health API. Garmin, the Garmin logo, and Garmin Connect are trademarks of Garmin Ltd. or its subsidiaries. This project is not affiliated with, endorsed, or sponsored by Garmin.
安装
把 Fitness AI Connector 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http fitness-ai-connector https://garmin-mcp-nuqd.onrender.com/mcpcodex mcp add fitness-ai-connector --url https://garmin-mcp-nuqd.onrender.com/mcp{
"mcpServers": {
"fitness-ai-connector": {
"url": "https://garmin-mcp-nuqd.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fitness-ai-connector": {
"type": "http",
"url": "https://garmin-mcp-nuqd.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fitness-ai-connector": {
"url": "https://garmin-mcp-nuqd.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fitness-ai-connector": {
"serverUrl": "https://garmin-mcp-nuqd.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档14/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.0最新 | 2026年7月3日 |