fitness-mcp
A personal remote MCP server that lets Claude read your Hevy workout data and MacroFactor nutrition data directly in conversation, with read-only tools for workouts, body measurements, macros, and weight trends.
README
fitness-mcp
A personal remote MCP (Model Context Protocol) server that lets Claude read your Hevy workout data and MacroFactor nutrition data directly in conversation. Deployed on Vercel's free Hobby tier.
Status
- Hevy: implemented (read-only: recent workouts, workout detail, body measurements). Uses the official Hevy REST API directly.
- MacroFactor: implemented, but indirectly. MacroFactor's backend enabled Firebase App Check enforcement in May 2026, which blocks all third-party API access — there is no legitimate way to pull MacroFactor data live. Instead, this server reads the Google Sheets files produced by MacroFactor's manual "Granular Export" feature, which the user saves into a "Health data" Drive folder. Every MacroFactor tool call lazily syncs any newly exported files first, so a fresh manual export becomes visible to Claude on the very next question — no separate trigger/webhook needed.
Tools exposed
| Tool | Description |
|---|---|
get_recent_workouts |
List recent Hevy workouts (title, time, exercises) |
get_workout_detail |
Full sets/reps/weight detail for one workout |
get_body_measurements |
Recent Hevy body measurement entries (weight, body fat %) |
get_daily_macros |
Daily calories/protein/carbs/fat/steps from MacroFactor exports |
get_weight_trend |
Daily weight, MacroFactor's smoothed weight trend, and body fat % |
get_nutrition_trends |
Precomputed monthly/yearly averages and weight change (cheap — reads a precomputed rollup, not raw daily data) |
All tools are read-only.
How the MacroFactor sync works
MacroFactor has no usable API, so data instead flows: MacroFactor app → manual "Granular Export" → Google Drive folder "Health data" → this server reads it on demand.
- Each export creates a new
MacroFactor-<timestamp>Google Sheet in that folder (never overwritten). Export date ranges can overlap or have gaps — the sync does not assume the latest file has full history. - On every MacroFactor tool call, the server checks the Drive folder for export files it hasn't processed yet, merges any new ones into a small JSON store (
Health data/_store/daily-summary.json), and recomputes precomputed monthly/yearly rollups for just the affected periods. - If nothing new was exported since the last call, this is a fast no-write no-op — repeated questions ("how's my year going?") don't re-scan or re-download anything.
- When two exports cover the same date, the more recently exported one wins (compared by the timestamp encoded in the file name), regardless of Drive's file ordering.
Setting up Google Drive access (one-time)
- Create or select a Google Cloud project.
- Enable the Google Drive API and Google Sheets API for it.
- Create a Service Account (IAM & Admin → Service Accounts). No IAM roles needed.
- Create and download a JSON key for the service account.
- Base64-encode it:
base64 -w0 key.json - Set the result as the
GOOGLE_SERVICE_ACCOUNT_KEY_BASE64env var (see below). - In Google Drive, share the "Health data" folder with the service account's email (the
client_emailfield in the JSON key) as Editor — the app creates and writes to a_storesubfolder inside it. - No domain-wide delegation needed — this is a personal Gmail account, a plain folder share is enough.
Local development
npm install
cp .env.example .env.local # fill in real values
vercel dev
Smoke test (replace $MCP_BEARER_TOKEN):
curl -X POST http://localhost:3000/api/mcp \
-H "Authorization: Bearer $MCP_BEARER_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Should return the 6 tools above. A request with a missing/wrong token should get 401.
Environment variables
| Variable | Purpose |
|---|---|
HEVY_API_KEY |
Hevy Pro API key from https://hevy.com/settings?developer |
MCP_BEARER_TOKEN |
Shared secret this server requires on every request. Generate with openssl rand -hex 32 |
GOOGLE_SERVICE_ACCOUNT_KEY_BASE64 |
Base64-encoded service-account JSON key with Drive/Sheets access to the "Health data" folder — see setup steps above |
Set these in the Vercel project's Environment Variables (Production + Preview). Never commit real values — .env.example only documents the names.
Deploy
vercel linkvercel env add HEVY_API_KEY/vercel env add MCP_BEARER_TOKEN/vercel env add GOOGLE_SERVICE_ACCOUNT_KEY_BASE64(repeat for each environment you use)- Connect this GitHub repo in the Vercel dashboard for auto-deploy on push to
main, or runvercel --prodmanually. - Note the deployed URL, e.g.
https://fitness-mcp.vercel.app/api/mcp.
Connect to Claude
Custom connectors can only be added from claude.ai (web) or the desktop app — not from the mobile app. Once added there, they're usable from mobile automatically.
- On claude.ai: Settings → Connectors → Add custom connector.
- Name:
Fitness Data. URL:https://fitness-mcp.vercel.app/api/mcp. - Under "Request headers", add
Authorization: Bearer <MCP_BEARER_TOKEN>(the same value set in Vercel). - Save. Claude should list the 6 tools above.
Try asking: "直近のワークアウトを教えて" (tell me about my recent workouts) or "今月の平均カロリーは?" (what's my average calorie intake this month?).
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。