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

  1. Run the add command below.
  2. Type /mcp and complete the browser sign-in.
Add it
claude mcp add --transport http myoamigo https://api.myoamigo.com/mcp
.mcp.json
{ "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):

.mcp.json
{ "mcpServers": { "myoamigo": {
  "type": "http",
  "url": "https://api.myoamigo.com/mcp",
  "headers": { "Authorization": "Bearer ${MYO_API_KEY}" }
} } }

Good to know

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

← All clients · About the MCP server · tools.json

iPhone · Apple Watch · Web · out now

Meet your new
training amigo.

MyoAmigo is on the App Store — free to log, sync, and keep your full history forever. Prefer the browser? Train on the web →