Connect MyoAmigo to your AI
MyoAmigo runs a hosted, remote MCP server at https://api.myoamigo.com/mcp. Point the assistant you already use at it, approve it once, and it can read your real training history — workouts, PRs, muscle volume — and write routines, weekly plans, and logged sets back into the app. Pick your client below.
Popular clients
Claude
Add a custom connector — Claude registers itself and signs in for you.
Claude (Anthropic) One-click OAuthClaude Code
One command, then approve OAuth in the browser.
OpenAI One-click OAuthChatGPT
Turn on Developer mode, then create an app pointing at the endpoint.
OpenAI One-click OAuthCodex
Add the server, then log in via the browser.
Google Gemini API keyGemini
Consumer apps can't add MCP. The CLI connects via an API key / Vertex AI — individuals are steered to Antigravity.
Code editors One-click OAuthCursor
Drop the endpoint into mcp.json — Cursor handles the sign-in.
Code editors One-click OAuthVS Code
Add an http server to mcp.json and approve the sign-in.
Code editors API keyAntigravity
Add a custom server in mcp_config.json with a bearer key.
Every client
Claude (Anthropic)
OpenAI
Google Gemini
Code editors
Open-source agents
Other clients
For developers & agents
The server is self-describing: tools.json (full tool catalog with input schemas), llms.txt (endpoint, transport & auth summary), and the OAuth metadata. New to MCP? Read about the MyoAmigo MCP server or what an MCP server is.