Fitness AI Connector for Claude Desktop
io.github.fmp-projects/fitness-ai-connector
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
client:Claude Desktop
transport:streamable-http
Install Fitness AI Connector in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fitness-ai-connector": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://garmin-mcp-nuqd.onrender.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs