Back to Apps

Garmin MCP
by lokranjanp
Analyze personal health and fitness trends using data from Garmin Connect.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Garmin MCP exposes comprehensive health and fitness data from Garmin Connect, including steps, sleep, stress, and activities, allowing an AI to perform statistical analysis and visualization of your wellness trends.
Tools
garmin_metric: Fetch daily or weekly stat series (steps, sleep, stress, etc.).garmin_data: Detailed health data for specific days or ranges.garmin_activities: List and get details for fitness activities.garmin_daily_summary: One-day wellness overview including RHR, SpO2, and Body Battery.garmin_stats: Run statistical operations like correlation or trend analysis on numeric data.garmin_viz: Generate charts (line, bar, scatter) as base64 PNGs.garmin_email_summary: Send summary reports via SMTP email.
Installation
Example for claude_desktop_config.json:
{
"mcpServers": {
"garmin": {
"command": "uvx",
"args": ["--refresh", "--from", "git+https://github.com/lokranjanp/garminmcp", "garmin-mcp"],
"env": {
"GARMIN_EMAIL": "your-email@example.com",
"GARMIN_PASSWORD": "your-password"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
uvx --refresh --from git+https://github.com/lokranjanp/garminmcp garmin-mcpInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json configuration using the uvx command provided.Claude Desktop
{
"mcpServers": {
"garmin": {
"command": "uvx",
"args": ["--refresh", "--from", "git+https://github.com/lokranjanp/garminmcp", "garmin-mcp"],
"env": {
"GARMIN_EMAIL": "your-email@example.com",
"GARMIN_PASSWORD": "your-password"
}
}
}
}





