Freddy MCP Server Connects Wearables to AI Agents with Headless Sign-In

Freddy is an MCP server that connects wearables and health platforms to any AI client supporting the MCP protocol. It now supports headless sign-in, letting autonomous agents (Claude Code, OpenClaw, Cowork, Cursor, custom agents) perform account actions on a schedule: connect a wearable, trigger a sync, read the audit log, manage subscription.
Supported Devices & Clients
- Wearables/Platforms: Polar, Oura, Withings, Suunto, Intervals.icu, Hevy (plus WHOOP, Strava, Dexcom in beta)
- AI Clients: Claude Desktop, Claude.ai, ChatGPT, Notion AI, Perplexity, Claude Code, OpenClaw, Cowork, Cursor — any client that speaks MCP
Headless Sign-In for Scheduled Workflows
Previously only interactive sign-in via OAuth was possible. Now agents can authenticate headlessly, enabling fully automated recurring tasks like:
- Morning briefing pushed to Telegram
- Daily summary written into Notion
- Monthly reports on training load, recovery, and sleep trends, sent wherever you read
The operator reports running these workflows with his personal agent, which already knows his baseline and goals and can act without starting from scratch each time.
Privacy & Data Handling
Health data is encrypted. The operator states he does not sell data and is not looking to profit from user stats. The server is run by the same person behind fitIQ, with years of handling sensitive health data.
Site: https://freddy.coach/
📖 Read the full source: r/ClaudeAI
👀 See Also

Qwen 3.6 27B with MTP on V100 32GB: 54 t/s via llama.cpp Branch
am17an's MTP branch of llama.cc runs Qwen 3.6 27B at 54 t/s on V100 32GB via PCIe adapter, dropping to 29-30 t/s without MTP.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.

OpenClaw Skill Pack: A 2,500+ Command Set for Real Autonomous Operations on Ubuntu
A new skill package for OpenClaw AI agents introduces over 2,500 execution skills for DevOps operations like Docker management, networking configuration, CVE response, and system automation on Ubuntu environments.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.