fitbit mcp for VS Code
io.github.partymola/fitbit-mcp
Retired, superseded by google-health-mcp. Fitbit Web API shuts down 30 Sept 2026.
client:VS Code
transport:stdio
runtime:pypi
Install fitbit mcp in VS Code
.vscode/mcp.json
{
"servers": {
"fitbit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs