MCP Server
Active
GPL-3.0
io.github.partymola/fitbit-mcp MCP Server
io.github.partymola/fitbit-mcp
What is the io.github.partymola/fitbit-mcp MCP server?
MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.
How to install io.github.partymola/fitbit-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fitbit-mcp": {
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fitbit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fitbit-mcp"
]
}
}
}Claude Code
claude mcp add fitbit-mcp -- uvx fitbit-mcpRelated MCP servers
Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.
3
View repository →Python
GPL-3.0
MCP server for TickTick task management: field-preserving updates and completion tracking.
1
View repository →Python
GPL-3.0
MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.
0
View repository →Python
GPL-3.0
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
0
View repository →Python
GPL-3.0