HYBRD
OfficialConnects Apple Watch training data through the HYBRD iOS app, letting the AI coach read workout history and benchmarks from Apple Watch.
Connects Fitbit activity and training data, allowing the AI coach to incorporate Fitbit workouts into HYBRD history and planning.
Connects Garmin training data, enabling the AI coach to read Garmin-recorded workouts and use them in HYBRD history and plan.
Connects Hevy strength-training data, allowing the AI coach to access logged lifts and workout history from Hevy.
Connects TrainerRoad cycling training data, letting the AI coach read workouts and use them in HYBRD training history and planning.
HYBRD Agent Plugins
Your Apple Watch, Garmin, Whoop and COROS training data, plan and history for your AI coach. Log lifts and runs, schedule workouts, and complete them on your watch.
HYBRD MCP makes it easy to manage and execute fitness goals. It brings your fitness plan, workout history and logger, profile, and wearable connections into one place, so your AI can coach you from your real training instead of guesses. Built for self-coached athletes who use ChatGPT, Claude or Cursor as their coach. Connect your devices once and your AI can read your workout history and benchmarks, follow and edit your training plan, log lifts and runs, and schedule workouts you finish on your watch. Learn more at hybrd.com/mcp.
Devices
Apple Watch (via the HYBRD iOS app), Garmin, WHOOP, COROS, Hevy, Strong, Fitbod, StrongLifts, Oura, Polar, Suunto, Wahoo, Zwift, Fitbit, TrainingPeaks, TrainerRoad, Concept2, and more.
Related MCP server: Garmin MCP Server
Install
ChatGPT and Codex
git clone https://github.com/hybrd-oss/hybrd-agent-plugins.git
cd hybrd-agent-plugins
codex plugin marketplace add .
codex plugin add hybrd@hybrdClaude Code
claude plugin marketplace add hybrd-oss/hybrd-agent-plugins
claude plugin install hybrd@hybrdCursor
Open Customize, find HYBRD, and install it. Then enable the HYBRD MCP server.
Each host will prompt you to sign in to HYBRD in your browser. That creates or connects your account. The iPhone app is not required.
Try it
"Show my workouts from this week and what my Garmin recorded."
"What's on my training plan today?"
"Connect my Whoop and COROS to HYBRD."
"Move Thursday's long run to Saturday."
"Log today's lift: 5x5 back squat at 100 kg."
Repository layout
This repository is a monorepo of provider plugins. Each plugin is a standalone package with its own manifest, MCP configuration, and install path.
Host | Plugin directory | Marketplace manifest | README |
ChatGPT and Codex |
|
| |
Claude Code |
|
| |
Cursor |
|
|
Each provider plugin ships:
A remote MCP server configuration for
https://mcp.hybrd.com/mcp.The
hybrd-mcpskill: account verification, tool routing, and workout, profile, benchmark and integration workflows.
HYBRD MCP grants your AI assistant profile, workout, benchmark and integration read/write access. Available tools and schemas come from the live HYBRD MCP server.
Local development
Clone this repository, then load the provider directory you are changing:
# ChatGPT and Codex
codex plugin marketplace add .
codex plugin add hybrd@hybrd
# Claude Code
claude --plugin-dir ./plugins/claude-code
# Cursor
mkdir -p ~/.cursor/plugins/local
ln -s "$(pwd)/plugins/cursor" ~/.cursor/plugins/local/hybrdDo not symlink or pass the repository root as a plugin directory. Cursor and Claude Code both expect the individual plugin folder that contains the provider manifest.
Shared metadata lives in shared/policy.json and the shared skill in shared/hybrd-mcp.SKILL.md. Copy them into every provider plugin with:
npm run syncA pre-commit hook runs that copy step and stages the generated files. Enable the hook once with npm run prepare, or git config core.hooksPath .githooks. CI still fails if generated files are stale.
READMEs and other provider prose can differ and are not overwritten.
Validate every provider package with:
npm run validateProvider-specific checks:
npm run validate:claude
npm run validate:cursor
npm run validate:openai
npm run validate:syncSupport
For help, visit HYBRD Support. Review the Privacy Policy and Terms.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
- freddyOAuthcoach.freddy
Connect your wearables, rings and training apps, then ask your AI about your own health data.
Your AI writes training plans that arrive as structured workouts on iPhone and Apple Watch.
AI running coach. Reads Strava, Suunto, Polar, Apple Health or Health Connect. Adapts to your feel.
Connect your health, fitness, nutrition, sleep, and wearable data to your AI assistant.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive AI-powered fitness tracking application that enables AI tools to interact intelligently with user fitness data, providing personalized workout plans, nutrition tracking, and progress analysis through natural language.15MIT
- FlicenseBqualityDmaintenanceIntegrates with Garmin Connect to retrieve activity data, health metrics, and provide AI-powered training insights and personalized coaching recommendations based on your fitness activities and performance trends.14-
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to fitness data from over 150 wearables including Strava, Garmin, and Fitbit through the Model Context Protocol. It provides 47 tools for sports science-based analysis, training load management, recovery tracking, and personalized nutrition planning.16-
- AlicenseAqualityFmaintenanceAggregates and analyzes fitness data from multiple sources like Whoop and Strava through a modular adapter architecture. It enables users to monitor health metrics, track activities, and gain insights into sleep, recovery, and training performance.1MIT