Use Vitamo from your own AI
Vitamo runs a hosted MCP server. Connect it to Claude or ChatGPT with your personal token and you can ask about your sleep, recovery, heart rate and training right inside the AI you already use — it reads only your connected data.
1. Get your token
Sign in to your Vitamo account, open “Bring your own AI (MCP)” and hit Generate token. Copy it — it’s shown once and acts like a password, so keep it private. The server URL is:
https://mcp.vitamo.health/mcp2. Add Vitamo to your AI
It’s a remote (HTTP) MCP server authenticated with Authorization: Bearer <your token>. Use whichever fits your tool:
Claude Code (CLI):
claude mcp add --transport http vitamo https://mcp.vitamo.health/mcp \
--header "Authorization: Bearer YOUR_TOKEN"Claude Desktop / ChatGPT — add Vitamo as a custom connector (remote MCP server) in the app’s settings, or drop this into Claude Desktop’s claude_desktop_config.json:
{
"mcpServers": {
"vitamo": {
"url": "https://mcp.vitamo.health/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}3. Ask away
Restart your AI so it picks up the new server, then ask things like “how did I sleep this week vs last?” or “am I recovered enough to train hard today?” — your AI calls Vitamo’s tools to read your data and answers in context.
Generating a new token revokes the old one. Lost a device or shared a token by mistake? Just regenerate it in your account.
Vitamo provides general wellness guidance and is not a substitute for professional medical advice. Talk to your doctor before starting a new health program.