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

Claude Code's Plan-Skeptic Sub Agent Identifies Security Gaps in Generated Plans
A developer discovered Claude Code's plan-skeptic sub agent, which identifies gaps and issues in AI-generated development plans, particularly catching security concerns that weren't initially obvious. The agent works alongside the previously known security-sheriff sub agent to improve plan quality.

Tripsy Launches MCP Server for Claude: Manage Trips via Structured API
Tripsy's official MCP server lets Claude directly read, create, and update trips, activities, stays, transportation, and expenses. Setup takes ~1 minute via Claude's custom connector.

OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic
OpenHelm is a Tauri-based application that runs Claude Code tasks in the background on a schedule, stores all state locally in SQLite, and includes a self-correcting retry loop that adjusts prompts after failures.

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.