Garmin Connect MCP Server
Related Servers
Alternatives to Garmin Connect MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceConnects Garmin watch data to Claude Desktop, allowing users to ask natural language questions about their health and activity data from Garmin Connect.-
- AlicenseAqualityDmaintenanceEnables Claude Desktop to access and analyze Garmin wearable health data including sleep, HRV, Body Battery, and activity metrics. Users can query their health trends, track recovery, and generate interactive HTML dashboards using natural language.96MIT
- AlicenseAqualityCmaintenanceEnables users to analyze their own Garmin Connect data—activities, sleep, HRV, Body Battery, training readiness—directly inside Claude Desktop.132MIT
- AlicenseAqualityBmaintenanceEnables Claude to access and query your Garmin Connect data, including sleep, activities, training load, and health metrics, through a set of read-only MCP tools.281MIT
- FlicenseNot gradedqualityBmaintenanceConnects Claude Desktop to your Garmin Connect running data stored locally in SQLite, enabling querying, syncing, and AI analysis of fitness activities.1-
- FlicenseNot gradedqualityCmaintenanceProvides Claude with read-only access to Garmin Connect data including daily health metrics, training status, activity details, and trends through 32 tools.-
TDQS
Scored across 110 tools
Many tools are distinct, but there is notable overlap among health metrics tools (get_steps, get_steps_data, get_daily_steps, get_health_metrics, get_daily_summary, get_user_summary) and stress tools (get_stress_data, get_all_day_stress). Descriptions help somewhat, but an agent could easily pick the wrong one for a given need.
The vast majority follow a consistent get_/set_/add_/delete_/create_/update_ verb_noun pattern. Minor deviations like request_reload, setup_credentials, check_credentials, clear_credentials, and compare_activities/find_similar_activities are acceptable but break the strict pattern slightly.
110 tools is far beyond the typical well-scoped server. While Garmin Connect has a broad API, this surface is sprawling and would be difficult for an agent to navigate efficiently. Many tools could be consolidated (e.g., multiple step/health summary tools).
The tool set covers an impressively wide range of Garmin Connect functionality: activities, workouts, devices, health metrics, gear, badges, challenges, and credentials. Minor gaps exist (e.g., no tool for updating device settings or managing challenges), but the core domains are well covered.