How to Connect Strava to Claude AI¶
On June 1, 2026, Strava launched a way to connect your training data to Claude, Anthropic's AI assistant. If you saw it go by and thought "wait, I can have an AI read my runs now?", yes, you can. I set it up the week it shipped and it is genuinely good.
I want to explain it properly here, because most of what I found when it launched was either a press summary or a setup guide written for developers. This is the runner's version: what it is, how to turn it on, and what is actually worth asking it once it works.
I also build NavRun, which does its own version of this, so I will be upfront about where that comes in. It is at the end, after the part you came here for.
- What Strava's Claude connector is, in plain English
- How to connect Strava to Claude AI
- What to actually ask it
- Bringing your training history into the conversation
- Using both together
What Strava's Claude AI Connector Actually Is¶
Strava built what is called an MCP connector. MCP stands for Model Context Protocol, which is a standard way for an AI assistant to securely read data out of an outside app. Here the app is Strava and the assistant is Claude.
Two things worth knowing before you turn it on.
It is read-only. Claude can look at your activities. It cannot change them, delete them, or post anything to your feed. You can cut off access from Strava's settings whenever you want, and it takes about four seconds.
It is Claude only, for now. Strava chose Anthropic first, and said in their own FAQ that the deciding factor was Anthropic agreeing not to train models on your data without your consent. They have said they are open to other AI platforms that hold the same line. If you use a different assistant, this particular door is not open yet.
Strava has made it available to paying members, so if you are on a free Strava account you will not see the option.
How to Connect Strava to Claude AI¶
The setup is short. You are authorizing a connection, not installing anything.
- Open Claude on the web, in the desktop app, or in Claude Code.
- Go to your connector settings and find Strava in the directory.
- Click connect. You will be handed to Strava's own authorization screen.
- Approve the read access. Strava sends you back to Claude.
- Ask it something about your training to confirm it worked.
If step five comes back with Claude saying it cannot see any activities, the connection did not complete. Disconnect and run through it again rather than retrying the question, because the failure is almost always in the handoff at step four.
What to Actually Ask It¶
This is the part nobody covers, and it is the part that decides whether the thing is useful to you or a party trick you use twice.
Open-ended questions work better than lookups. Claude is not a faster way to read a number you can already see on your own activity page. It is good at the questions that need several weeks of context held at once.
Things worth asking:
- "Look at my last eight weeks. Are my easy days actually easy, or am I running them too hard?"
- "My long runs have been getting slower. Is that fatigue, or is it the heat?"
- "What did the four weeks before my best race look like, compared to now?"
- "I have a 50k in September. Looking at what I have actually been doing, what am I most underprepared for?"
Things that will disappoint you:
- "What was my pace on Tuesday?" You have an app for that.
- "Write me a 16 week training plan." It will produce something that reads well. Holding a structured plan together across months, adjusting it when you miss a week, and keeping it consistent with what you did last month is a different job from answering a question.
The honest summary is that it is excellent at looking at your training and telling you something true about it, and less suited to producing an artifact you follow for the next four months.
Bringing Your Training History Into the Conversation¶
Here is where I tell you what I built, and I will keep it short.
I made NavRun because I wanted the analysis part to be sitting there already, without me having to ask for it. It connects to Strava the same way, through Strava's own authorization screen, and it reads the same activities.
What it does with them:
- An AI training plan built around your race and the mileage you have actually been running, which revises itself when your week does not go to plan.
- Training analytics that watch your load over time and tell you when you are ramping faster than your history says you should.
- A race time prediction from your own splits rather than a formula applied to a single time trial.
Those are free. The one thing I charge for is the detailed race day strategy, the aid station and pacing sheet you take into a hundred miler.
NavRun also has its own Claude connection, so if you like working this way you can point Claude at your NavRun data and get your plan and your history in the conversation alongside the raw activities.
Using Both Together¶
I use both, and they answer different questions.
Strava's connector is the one I reach for when I want to interrogate my own data in the moment. It is conversational, it is fast, and it is very good at that.
NavRun is the one that is already holding the plan, already watching the load, and already telling me something on a Monday morning without being asked.
If you only ever set up one AI connection to your running data, set up whichever matches how you actually behave. If you like asking questions, use Strava's. If you would rather the answer be waiting for you, make a NavRun account and connect your Strava. It takes about a minute and you do not need a Claude account for any of it.
Either way, you end up with something reading your training properly. That is a better place to be than where most of us were two years ago, which was a spreadsheet and a feeling.
Frequently Asked Questions¶
Do I need a paid Strava account to use Claude with Strava?
Yes. Strava has made the MCP connector available to paying members. NavRun's plans, analytics, and race predictions work with a free Strava account.
Do I need to pay for Claude to connect it to Strava?
You connect through Claude.ai, the desktop app, or Claude Code. For regular use most people will want a paid Claude plan. NavRun does not require a Claude account at all.
Is connecting Strava to AI safe?
Strava's connector is read-only and you can revoke it from your settings at any time. NavRun uses Strava's official OAuth in the same way, so you authorize once and can disconnect whenever you want. Neither one can alter your Strava activities.
Can the Strava Claude connector build me a training plan?
It can talk through your training in conversation. It is not built to output a structured plan you follow for months and adjust as you go. NavRun's training plans are built for exactly that.
Does the Strava AI connector work with ChatGPT?
Not at launch. Strava started with Claude and has said it is open to other AI platforms that commit to the same data-training terms.
What is MCP?
Model Context Protocol. It is a shared standard for letting an AI assistant read data from an outside app securely, without that app having to build something custom for every assistant.