Connect MyoAmigo to Claude API — MCP connector
API keyConnect with a personal API key — best for headless / CI use.
Pass MyoAmigo as a remote MCP server in the request — no browser flow.
Messages API + the MCP-connector beta header. Server-to-server; token only.
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.
{
"mcp_servers": [
{
"type": "url",
"url": "https://api.myoamigo.com/mcp",
"name": "myoamigo",
"authorization_token": "myo_sk_..."
}
]
}
Good to know
- Use a personal API key for authorization_token. The request needs the MCP-connector beta header enabled.
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 Code · Claude mobile · Agent SDK