MCP server providing OAuth2 access to Suunto watch data via apizone API, including workouts, time-series, and recovery metrics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Suunto MCP.
Ask Claude anything about your training. Suunto MCP connects your Suunto watch data to Claude so you can just talk to your data instead of clicking through dashboards.
Built by a Suunto user who wanted to ask "how was my last long run?" and get a real answer with numbers β and to feed live training data into a personal AI coach.
π For regular Suunto users: Suunto's API docs say access is for commercial partners only β that's not the full picture. Private users get access too. It just takes 3β4 weeks for approval after you apply. Submit, wait, enjoy. Don't let that disclaimer stop you. β
Once it's set up, just ask:
Claude figures out what data to pull. You just ask.
It's not just read-only either β Claude can push things to your watch too:
See What you can push to your watch below.
If you already have Claude Code, you don't need to run a single terminal command. Just open it and say:
"Please install and set up suunto-mcp from https://github.com/googlarz/suunto-mcp"
Claude Code will clone the repo, run all the install commands, and add everything to your Claude Desktop config β on its own. That's exactly how this project's author set it up: no manual terminal work.
Three things stay yours no matter what, by design, not because of missing tooling:
Claude will tell you exactly what to do and when for each of these.
If you want to do it manually, keep reading.
Before starting, make sure you have:
Once it's done, you never redo it.
Prefer one guided walkthrough with a pacing choice up front (fast path vs. explained-step-by-step) and a proper explanation of how syncing works? See GETTING_STARTED.md. What follows here is the same steps in reference form.
The setup has three parts:
Suunto has a free developer portal called apizone where you register apps that can access your data. You'll create an account, subscribe to the data plan, and register a small "app" β don't worry, there's nothing to build, it's just a name and a password you make up.
Go to apizone.suunto.com and sign up or sign in.
Use the same email you use for the Suunto app. If you have a Sports Tracker account, that works too β it's the same login system.
After signing in, follow the How to start guide β it walks you through subscribing to the Developer API. This is free and gives you access to your workout history.
Heads up: Suunto's website states that API access is only for commercial partners β ignore that. Private users do get access, it just takes 3β4 weeks for the subscription to be approved. Submit it and wait. It will come through.
You may see other products like "Sleep API", "Recovery API", "Daily Activity API". Skip those for now β the Developer API is enough to get started. You can add the others later if you want sleep and recovery data in Claude.
β³ Stop here and wait. Once you've subscribed, Suunto needs to approve your request. This takes 3β4 weeks. You'll get an email when it's done. Come back to Steps 3β4 only after your subscription shows as Active in your apizone profile.
You're going to tell Suunto: "I have a small program, here's its name and a secret password β please let it read my data."
Go to your apizone profile page
Scroll down to OAuth application settings
Fill in the form:
| Field | What to enter |
|---|---|
| App name | suunto-mcp (or anything you like) |
| Client secret | Make up a unique password β something only you'd know, e.g. alice-suunto-2026 with your own name. Write it down. Don't use this exact example. |
| Redirect URI | http://localhost:8421/callback β copy this exactly |
Click Save
After saving, the form shows a Client ID β a long code that Suunto generated for you. Copy it.
What are these three things? β Client ID: your app's username, generated by Suunto β Client Secret: your app's password, chosen by you β Redirect URI: where Suunto sends you back after you approve access β must match exactly, typos break it
The Client Secret is never shown again after you save. If you forget it, just set a new one in the same form.
The subscription key is a second passcode that goes on every data request. Here's how to find it:
Save all three values before continuing β you'll need them in Part 2:
Used the "Let Claude Code install it" option above? Claude already ran every command below β skip to Part 3. These steps are for anyone doing it by hand.
Open Terminal on Mac (press βSpace and type "Terminal") or Command Prompt on Windows. Then run these commands one at a time:
This downloads the code, installs what it needs, and builds it. Takes 1β2 minutes. If you see any errors, check the Troubleshooting section.
You'll create a file called .env in the suunto-mcp folder and put your three values in it. Even if Claude is doing the rest of this for you, type these three values in yourself rather than pasting them into the chat β keeps them out of your conversation history.
On Mac:
This copies the template and opens it in TextEdit. Replace each placeholder with your actual values, then save and close.
On Windows:
The file looks like this β replace the parts after the = signs:
Save and close the file.
Only if you want to push guided workouts to your watch (see What you can push), add one more line:
SUUNTO_APP_NAME=your-app-name-hereβ it must exactly match the app name you registered on apizone.suunto.com in Step 3, or the watch will reject the upload. Not needed for anything else.
Here's exactly what happens:
β Terminal β you see a long URL printed and the message "Opening Suunto authorization in your browserβ¦"
β‘ Browser opens β Suunto's login page appears. It looks identical to the Suunto app login: email + password fields at the top, then "Sign in with Apple" and "Sign in with Facebook" below. Sign in with whichever you use.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/googlarz-suunto-mcp)<a href="https://allmcps.com/mcp/googlarz-suunto-mcp"><img src="https://allmcps.com/api/badge/googlarz-suunto-mcp?style=directory" alt="Suunto MCP on AllMCPs" /></a>