Garmin Connect MCP Server
An MCP server that gives Claude access to your Garmin Connect fitness and health data, including steps, sleep, activities, heart rate, and more.
README
Garmin Connect MCP Server
An MCP server that gives Claude access to your Garmin Connect fitness and health data.
Example usage
- "What were my steps yesterday?"
- "Show me my sleep data for the past week"
- "List my recent running activities"
- "What's my current training status?"
Installation
git clone https://github.com/silolis/garmin-connect-mcp.git
cd garmin-connect-mcp
uv sync
Configuration
Add to your Claude settings file:
| Client | Config file location |
|---|---|
| Claude Desktop (Linux) | ~/.config/claude/claude_desktop_config.json |
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Claude CLI | ~/.claude/settings.json |
{
"mcpServers": {
"garmin-connect": {
"command": "uv",
"args": ["--directory", "/path/to/garmin-connect-mcp", "run", "garmin-connect-mcp"],
"env": {
"GARMIN_EMAIL": "your-email@example.com",
"GARMIN_PASSWORD": "your-password"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
garmin_get_daily_stats |
Steps, calories, distance, active minutes |
garmin_get_heart_rate |
Heart rate data and zones |
garmin_get_sleep |
Sleep duration, stages, score |
garmin_get_stress |
Stress levels |
garmin_get_body_battery |
Body Battery energy |
garmin_list_activities |
List activities (with date filtering) |
garmin_get_activity_details |
Detailed activity info |
garmin_get_weight |
Weight over date range |
garmin_get_training_status |
VO2 max, training load |
garmin_get_hrv |
Heart rate variability |
garmin_get_spo2 |
Blood oxygen saturation |
Acknowledgments
This project is built on python-garminconnect that provides comprehensive access to Garmin Connect data. Thanks to the maintainers for their continued work on this invaluable tool.
License
MIT License - see LICENSE
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.