Health and fitness data from Fitbit
Bridge LLMs with Fitbit API for health and fitness data retrieval and analysis.
{
"mcpServers": {
"fitbit": {
"mcpServers": {
"fitbit": {
"env": {
"FITBIT_CLIENT_ID": "YOUR_CLIENT_ID",
"FITBIT_CLIENT_SECRET": "YOUR_SECRET"
},
"args": [
"-y",
"fitbit-mcp-server"
],
"command": "npx"
}
}
}
}
}