Minimal Hevy MCP
最小限の Hevy MCP
エージェントがHevyのワークアウトデータを読み取り、Hevyの公開APIからワークアウトルーティンを作成できる、小規模なローカルModel Context Protocolサーバーです。
含まれるツール
hevy_list_workoutshevy_get_workouthevy_list_routineshevy_get_routinehevy_search_exerciseshevy_get_exercise_historyhevy_create_workouthevy_create_routine
最初の6つの道具は読み取り専用です。hevy_create_workout と hevy_create_routine は接続されたHevyのアカウントに書き込み、非冪等な変更として注記されています。
hevy_create_routine は、今後のセッション用の再利用可能なプランを作成します。hevy_create_workout は、実際の開始・終了時刻とセット結果を使って完了済みのセッションを記録します。完了したワークアウトはデフォルトで非公開となり、記録されたパフォーマンス指標がないセットは拒否されます。
Related MCP server: hevy-mcp-server
要件
Node.js 20 以降
Hevy Pro アカウントと、
https://hevy.com/settings?developerのAPIキー
インストールと検証
npm install
npm run check
npm run build
npm run smokeローカルで実行
export HEVY_API_KEY="your-key"
npm startサーバーはstdin/stdoutで通信を行うため、直接実行すると静かに待機しているように見えます。MCPホストが起動して通信することを前提としています。
Codex に追加する
まずサーバーをビルドし、Codexを起動する環境で HEVY_API_KEY を利用できるようにしてください。その後、次を実行します。
codex mcp add hevy -- node /absolute/path/to/hevy-mcp/dist/index.jsサーバーを追加したら、Codexを再起動します。次のコマンドで設定を確認できます。
codex mcp listAPIキーをコミットしたり、ツールの引数として渡したりしないでください。MCPは HEVY_API_KEY からのみキーを読み、必須の api-key ヘッダーでHevyに送信します。
推奨される最初のリクエスト
直近5件のワークアウトを読み取って、頻度、種目の選択、明らかな進歩のパターンを要約してください。作成や更新は一切行わないでください。
エージェントにルーティンを作成させる場合は、hevy_create_routine を呼び出す前に、ルーティンの全体を見せて承認を得ることを必須にしてください。
完了したワークアウトを記録する場合は、実際のエクササイズ、セット結果、時刻をエージェントに与えてください。hevy_create_workout を呼び出す前に、完全なワークアウトを表示して承認を得ることを必須にしてください。エージェントに完了結果を捏造させてはいけません。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the Hevy fitness tracking platform through their API. Supports managing workouts, routines, exercise templates, and webhook subscriptions for comprehensive fitness data management.9ISC
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with the Hevy fitness tracking API for logging workouts, managing routines, and tracking fitness progress.1328MIT
- AlicenseBqualityDmaintenanceEnables AI agents to interact with the Hevy Workout Tracker API to manage workouts, routines, exercises, and user data.2313MIT
Related MCP Connectors
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.
Wger MCP — wraps wger Workout Manager REST API (free, no auth for read)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nihal2001/HevyMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server