Connect MyoAmigo to Claude Code
One-click OAuthFull browser sign-in (OAuth 2.1 + PKCE). Nothing to paste.
One command, then approve OAuth in the browser.
Any Claude Code login (not a raw ANTHROPIC_API_KEY session).
You'll need: a MyoAmigo account (sign up) and the endpoint
https://api.myoamigo.com/mcp. For API-key clients, mint a personal key (myo_sk_…) at api.myoamigo.com/connect.
Steps
- Run the add command below.
- Type /mcp and complete the browser sign-in.
claude mcp add --transport http myoamigo https://api.myoamigo.com/mcp
{ "mcpServers": { "myoamigo": { "type": "http", "url": "https://api.myoamigo.com/mcp" } } }
Headless / API key
For headless / CI, skip OAuth and use a personal API key (get one):
{ "mcpServers": { "myoamigo": {
"type": "http",
"url": "https://api.myoamigo.com/mcp",
"headers": { "Authorization": "Bearer ${MYO_API_KEY}" }
} } }
Good to know
- Don't combine the bearer header with OAuth — Claude Code won't fall back to the header if a configured OAuth flow is rejected.
Then ask it anything
Every answer reads your real training history first — then acts.
What should I do for bench today, based on my last few sessions?Why has my squat stalled? Look at the last eight weeks.Which muscles did I undertrain this month?Build next week's workouts from my current program.I just benched 185 for 5, 5, 4 — log it.Compare my deadlift progress to where I was two months ago.
More claude (anthropic): Claude · Claude mobile · Agent SDK · Claude API