Loading MCP server directory, please wait...
Manage Garmin Connect workouts, including strength workouts with mapped exercises.
npx @getmcp/cli add io.github.pranciskus/garmin-workouts-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GARMIN_EMAILGarmin Connect account email.
GARMIN_PASSWORDGarmin Connect account password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pranciskus/garmin-workouts-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GARMIN_EMAIL",
"-e",
"GARMIN_PASSWORD",
"ghcr.io/pranciskus/garmin-workouts-mcp:0.1.2"
],
"env": {
"GARMIN_EMAIL": "",
"GARMIN_PASSWORD": ""
}
}
}
}