Pulsai — Garmin for any AI for Claude Desktop
me.pulsai/garmin
Hosted MCP: your Garmin data (activities, sleep, HRV) in Claude, ChatGPT & Gemini.
client:Claude Desktop
transport:streamable-http
Install Pulsai — Garmin for any AI in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"garmin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pulsai.me/mcp/{endpoint_code}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs