Garmin MCP Server
This Model Context Protocol (MCP) server connects to Garmin Connect and exposes your fitness and health data to Claude and other MCP-compatible clients.
Features
- List recent activities
- Get detailed activity information
- Access health metrics (steps, heart rate, sleep)
- View body composition data
Setup
- Install the required packages on a new environment:
virtualenv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
- Create a
.envfile in the project root with your Garmin credentials:
GARMIN_EMAIL=your.email@example.com
GARMIN_PASSWORD=your-password
Running the Server
With Claude Desktop
- Create a configuration in Claude Desktop:
Edit your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%Claudeclaude_desktop_config.json
Add this server configuration:
{
"mcpServers": {
"garmin": {
"command": "python", // if you created a new environment this should be "<root_folder>/.venv/bin/python"
"args": ["<path to>/garmin_mcp/garmin_mcp_server.py"]
}
}
}
Replace the path with the absolute path to your server file.
- Restart Claude Desktop
With MCP Inspector
For testing, you can use the MCP Inspector:
npx @modelcontextprotocol/inspector python /Users/adomingues/Documents/claude_filesystem/garmin_mcp/garmin_mcp_server.py
Usage Examples
Once connected in Claude, you can ask questions like:
- “Show me my recent activities”
- “What was my sleep like last night?”
- “How many steps did I take yesterday?”
- “Show me the details of my latest run”
Security Note
This server requires your Garmin Connect credentials in the .env file. Keep this file secure and never commit it to a repository.
Troubleshooting
If you encounter login issues:
- Verify your credentials in the
.envfile are correct - Check if Garmin Connect requires additional verification
- Ensure the garminconnect package is up to date
For other issues, check the Claude Desktop logs at:
- macOS:
~/Library/Logs/Claude/mcp-server-garmin.log - Windows:
%APPDATA%Claudelogsmcp-server-garmin.log
Garmin Fitness Data Server
Project Details
- Taxuspt/garmin_mcp
- MIT License
- Last Updated: 4/20/2025
Categories
Recomended MCP Servers
MCP Server for Windsurf
MCP web search using perplexity without any API KEYS
MCP server for OpenRouter.ai integration
A minimal MCP Server based on the Anthropic's "think" tool research
Connect Supabase to your AI assistants
A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.
macOS defaults - Model Context Protocol server
Call another MCP client from your MCP client. Offload context windows, delegate tasks, split between models
An MCP server providing advanced options analysis through Yahoo Finance, supporting Greeks calculations, strategy evaluation (CCS/PCS/CSP/CC), and risk...
Model Context Protocol Minecraft Server
appbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用





