fitbit mcp for Cursor
io.github.partymola/fitbit-mcp
Retired, superseded by google-health-mcp. Fitbit Web API shuts down 30 Sept 2026.
client:Cursor
transport:stdio
runtime:pypi
Install fitbit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fitbit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs