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

OpenClaw Skill Connects Agents to Knods.io UI for Workflow Creation
A developer has built an OpenClaw skill that enables agents to understand and create workflows within the Knods.io UI, allowing users to switch between specific agents like brand-specific ones instead of relying on Knods' built-in agent.

Tokenmeter: Free Windows App to Track Claude Code Token Usage Offline
Tokenmeter is a free, open-source Windows app that reads local Claude Code .jsonl files to show token usage, estimated costs, cache savings, and a 90-day activity heatmap — all offline.

Reverse-engineered Claude Code SDK released in four languages
A developer has reverse-engineered Claude Code and created single-file SDKs in Node.js, Python, Go, and Rust with zero dependencies. The tools provide full agent loop with streaming and tool use while using existing Claude Pro/Max subscriptions.

Interact MCP: Faster Web Browsing for Claude Code with Persistent Chromium
Interact MCP is a Model Context Protocol tool that keeps a persistent Chromium browser in-process, reducing browser action times from 2-5 seconds to 5-50ms after the initial call. It features a ref system for element interaction without CSS selectors and includes 46 tools for web automation.