u/googlarz

I built free connector (MCP server) that lets you talk to your Suunto data with AI (eg Claude)
▲ 1 r/Suunto

I built free connector (MCP server) that lets you talk to your Suunto data with AI (eg Claude)

Hey r/Suunto,

Got a Vertical 2 recently and wanted a better way to dig into my data beyond the app. So I built suunto-mcp — a free, complete, open-source server that connects your Suunto watch directly to AI assistants like Claude.

What it does:

Once set up, you can just ask things like:

  • "How has my sleep trended over the last 30 days?"
  • "Show me my longest runs this year and compare average HR"
  • "Export last week's rides as GPX"
  • "How was my recovery this week compared to training load?"

It exposes your workouts, GPS tracks, FIT files, sleep, recovery, HRV, and 24/7 activity data — all queryable in plain language.

Released with full support for the new Suunto API v3 (workout endpoints) and the /247 samples API (activity, sleep, recovery time-series - full set).

Install in seconds — just tell your Claude: "Install this MCP server: https://github.com/googlarz/suunto-mcp"

(Needs your Suunto API credentials from apizone.suunto.com — free with a Suunto account)

Pairs great with the Health Skill — a Claude skill that builds and maintains a personal health/fitness profile over time. Suunto MCP feeds it your raw data; the health skill turns it into a living picture of your fitness trends, recovery patterns, and training history.

Happy to answer questions or hear what queries you'd want to run on your data.

u/googlarz — 1 day ago

I built an MCP + CLI for Proton Mail — Claude can now read, triage, and send your encrypted mail locally

If you use Proton Mail and Claude Code (or Claude Desktop), this might be useful:

I built a full MCP server + CLI for Proton Mail that runs entirely on your machine via Proton Bridge.

GitHub: https://github.com/googlarz/proton-mail-bridge-client

What it does:

Claude can read your inbox, search emails, triage threads, draft and send replies, manage folders, and run inbox analytics — all without any cloud relay. Everything goes through your local Proton Bridge over IMAP/SMTP.

There's also a CLI with full parity to the MCP surface, so you can use it from scripts or terminal workflows:

proton-mail-bridge-client digest
          # AI-ready inbox summary
proton-mail-bridge-client actionable
      # threads that need a response
proton-mail-bridge-client followups
       # things you're waiting on
proton-mail-bridge-client search "invoice" --limit 10
proton-mail-bridge-client reply INBOX::25642 --body "On it."

Privacy model: no hosted relay, no remote URL, no cloud dependency beyond your Proton account. Credentials stay local, bridge password never leaves your machine. Supports secrets via file or pass-style commands if you don't want raw env vars.

Setup for Claude Desktop:

npm install
npm run setup:claude-desktop
   # guided wizard checks your Bridge ports

Requires Proton Bridge installed and signed in.

reddit.com
u/googlarz — 1 day ago