fitbit mcp for Grok
io.github.partymola/fitbit-mcp
Retired, superseded by google-health-mcp. Fitbit Web API shuts down 30 Sept 2026.
client:Grok
transport:stdio
runtime:pypi
Install fitbit mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fitbit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs