FeelFit MCP Server
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., "@FeelFit MCP ServerWhat's my latest weight and body fat percentage?"
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.
FeelFit MCP Server
MCP (Model Context Protocol) server for accessing body composition data from FeelFit smart scales. Supports multiple accounts.
Features
Multi-account support
Body composition measurements (weight, body fat, BMI, muscle mass, bone mass, water, protein, visceral fat, metabolic rate, body age)
Device management (bound scales)
Health goals
Automatic authentication with token caching
Related MCP server: Withings MCP Server
Tools
Tool | Description |
| List configured accounts and auth status |
| Authenticate account(s) |
| Get user profile |
| Get all body composition measurements |
| Get most recent measurement |
| List bound smart scales |
| Get health goals |
| Get complete data dump |
Setup
1. Install dependencies
pip install -r requirements.txt2. Configure accounts
Create ~/.config/feelfit-mcp/config.json:
{
"accounts": [
{"email": "user@example.com", "password": "your_password"}
]
}Or set the FEELFIT_CONFIG environment variable to a custom path.
3. Add to Claude Desktop / Claude Code
{
"mcpServers": {
"feelfit": {
"command": "python3",
"args": ["/path/to/mcp-feelfit/server.py"]
}
}
}How it works
The server connects to the FeelFit Cloud API (feelfit.qnclouds.com) using the same protocol as the Android app. Passwords are encrypted with RSA before transmission. Authentication tokens are valid for 180 days.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Body composition for AI: BMI, body fat, FFMI, waist-to-height, plus saved measurement trends.
Manage workouts, nutrition, goals, and progress across the FitAF platform. Connect wearables, sync…
Read wearables and lab health data — sleep, activity, workouts, timeseries, lab tests and orders.
Track workouts, nutrition, body metrics, habits, and SMART goals with insights and trends. Connect…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables retrieval of health data from Withings smart scales including weight measurements and comprehensive body composition metrics like fat mass, muscle mass, and hydration levels. Supports multiple users, unit preferences, and OAuth authentication for secure access to personal health data.2-
- AlicenseAqualityBmaintenanceEnables access to Withings Health API data including body measurements, activity tracking, sleep analysis, workouts, and heart rate monitoring through OAuth2 authentication.81MIT
- AlicenseCqualityCmaintenanceProvides access to body composition data from Renpho smart scales, enabling users to query weight, BMI, body fat percentage, muscle mass, and other health metrics with trend analysis over customizable time periods.3264MIT
- AlicenseAqualityAmaintenanceProvides read-only access to Withings health metrics including body composition, sleep, workouts, and ECG data with local SQLite caching and trend analysis. Features incremental synchronization, automatic OAuth token refresh, and supports all 200+ Withings measurement types for comprehensive health tracking.8GPL 3.0
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/tecnologicachile/mcp-feelfit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server