loading…
Search for a command to run...
loading…
Provides access to body composition data from FeelFit smart scales, including measurements like weight, BMI, and body fat. Supports multi-account management and
Provides access to body composition data from FeelFit smart scales, including measurements like weight, BMI, and body fat. Supports multi-account management and health goal tracking via the FeelFit Cloud API.
MCP (Model Context Protocol) server for accessing body composition data from FeelFit smart scales. Supports multiple accounts.
| Tool | Description |
|---|---|
list_accounts |
List configured accounts and auth status |
login |
Authenticate account(s) |
get_profile |
Get user profile |
get_measurements |
Get all body composition measurements |
get_latest_measurement |
Get most recent measurement |
get_devices |
List bound smart scales |
get_goals |
Get health goals |
get_all_data |
Get complete data dump |
pip install -r requirements.txt
Create ~/.config/feelfit-mcp/config.json:
{
"accounts": [
{"email": "[email protected]", "password": "your_password"}
]
}
Or set the FEELFIT_CONFIG environment variable to a custom path.
{
"mcpServers": {
"feelfit": {
"command": "python3",
"args": ["/path/to/mcp-feelfit/server.py"]
}
}
}
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.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"feelfit-mcp-server": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.