Skip to main content
Glama
epodivilov

garmin-connect-mcp

by epodivilov

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GARMIN_PASSWORDYesYour Garmin Connect password.
GARMIN_USERNAMEYesYour Garmin Connect username.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_daily_overviewA

Get a comprehensive daily overview including sleep, activities, and health metrics

get_sleep_dataB

Get detailed sleep data for a specific date from Garmin Connect

get_health_metricsB

Get aggregated health metrics for a specific date

get_heart_rate_dataC

Get detailed heart rate data for a specific date

get_weight_dataA

Get weight and body composition data for a specific date

get_hydration_dataB

Get daily hydration (water intake) data for a specific date

get_activitiesA

Get list of recent activities with optional filtering and pagination

get_activity_detailsC

Get detailed information for a specific activity

get_weekly_volumeC

Get weekly training volume aggregation for a specific week

get_training_stress_balanceA

Get training stress balance (TSB), chronic training load (CTL), and acute training load (ATL) for a specific date. TSB = CTL - ATL indicates form/freshness. Uses HR-based TSS calculation when available, falls back to duration estimates.

create_running_workoutB

Create a structured running workout in Garmin Connect. Build workouts with warmup, intervals, recovery, cooldown, and repeat blocks. Supports time-based, distance-based, and lap-button durations. Supports pace, HR zone, and no-target intensity controls.

schedule_workoutA

Schedule a workout to a specific date in Garmin Connect calendar. Use the workoutId from create_running_workout response.

get_scheduled_workoutsA

Get scheduled workouts from Garmin Connect calendar for a date range. Defaults to the current week (Monday to Sunday) if dates not provided. Returns list of scheduled workouts with details including scheduleId for unscheduling.

delete_workoutA

Permanently delete a workout from Garmin Connect library. This also removes the workout from all calendar dates where it was scheduled. This operation cannot be undone.

unschedule_workoutA

Remove a workout from Garmin Connect calendar. The workout remains in your library for future scheduling. Use the scheduleId from get_scheduled_workouts response.

get_workout_detailsA

Get detailed information for a specific workout including steps, targets, and duration. Returns the complete workout structure with formatted step information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/epodivilov/garmin-connect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server