personal-health-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@personal-health-mcpget my latest body composition data"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
personal-health-mcp
タニタ ヘルスプラネット API から体組成データ(体重・体脂肪率)を取得し、MCP ツールとして Claude Desktop 等の AI エージェントに提供します。
セットアップ
1. インストール
pip install -e .2. .env を作成
cp .env.example .env.env を編集して HEALTH_PLANET_CLIENT_ID・HEALTH_PLANET_CLIENT_SECRET・HEALTH_PLANET_REDIRECT_URI を設定してください。
3. 初回認証
python -m health_mcp.tanita.auth表示された URL をブラウザで開き、「アクセスを許可する」をクリック後、リダイレクト URL を貼り付けると .env にトークンが保存されます。
4. Claude Desktop に MCP サーバーを登録
claude_desktop_config.json に以下を追加してください。command には venv 内の Python 実行ファイルのフルパスを指定します。
Windows:
{
"mcpServers": {
"personal-health": {
"command": "C:/Users/<username>/path/to/personal-health-mcp/venv/Scripts/python.exe",
"args": ["-m", "health_mcp.server"]
}
}
}macOS / Linux:
{
"mcpServers": {
"personal-health": {
"command": "/path/to/personal-health-mcp/venv/bin/python",
"args": ["-m", "health_mcp.server"]
}
}
}
cwdの指定は不要です。サーバーは__file__を基点にプロジェクトルートを自動解決します。
Related MCP server: Ultrahuman MCP Server
MCP ツール一覧
ツール | 説明 |
| 最新の体重・体脂肪率を取得(直近30日対象) |
| 指定期間(最大92日)の体組成データを取得 |
| キャッシュ内データの日付範囲と件数を確認 |
| 生年月日・身長・性別を取得 |
| 取得可能なメトリクス一覧を表示 |
プロフィールの再取得
タニタアプリでプロフィール情報を変更した場合:
python -m health_mcp.tanita.auth --reset-profile開発
pip install -e ".[dev]"
pytest # テスト
mypy src # 型チェック
ruff check src # リントThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/okizuka-hitts/personal-health-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server