Garmin MCP
Related Servers
Alternatives to Garmin MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA local MCP server that exposes your Garmin Connect data—sleep, HRV, training readiness, workouts, and more—to any MCP-compatible AI assistant. Runs entirely on your machine and keeps your Garmin credentials private.MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Oura Ring readiness, sleep, activity, and HRV data. Tokens never leave your machine.27396 npm4MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Polar training, sleep, Nightly Recharge and continuous-sample data.37123 npm6MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Fitbit activity, sleep, heart-rate, HRV, SpO2 and weight data.33110 npm4MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that mirrors your Garmin data into a personal database and exposes tools for health summaries, training load, muscle readiness, and race analysis, with optional chat-driven insights via stdio or HTTP.1MIT
- AlicenseBqualityAmaintenanceLocal-first MCP server that connects AI agents to your Withings body, sleep, activity and heart data.23140 npm5MIT
TDQS
Scored across 42 tools
Most get_*_day tools are clearly distinct per metric, but there is noticeable overlap between informational tools like garmin_capabilities and garmin_data_inventory, and confusion potential from garmin_profile_get vs garmin_get_profile targeting different profiles. Agents may struggle to choose between these similar-sounding or partially redundant tools.
Naming is inconsistent: some tools use verb-first patterns (get_profile, list_activities) while others use noun-first (profile_get) or bare nouns (quickstart, capabilities, daily_summary). This mixed convention makes it harder to anticipate a tool's name from its function and could lead to selection errors.
With 42 tools, the server is heavily over the typical manageable range. While the Garmin data domain is broad, the many near-identical getters for each metric plus a large set of meta/informational tools could be consolidated, making the surface overwhelming and difficult to navigate.
The tool set provides comprehensive read-only coverage of Garmin wellness and activity data, including profiles, devices, daily metrics, detailed activities, and derived summaries. Minor gaps include lack of write-back to Garmin and no support for courses or segments, but these are outside the core wellness scope.