garmin-connect-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
garmin-connect-mcp by eddmann | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | healthProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
garmin-connect-mcp · Summary
A fully-featured MCP server providing comprehensive tools for Garmin Connect data access.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
garmin-connect-mcp · Use cases
- Analyze training performance and trends over time
- Get detailed activity insights including splits and heart rate zones
- Monitor health metrics like sleep quality and body battery
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
garmin-connect-mcp · Install
Installation
Option 1: Using UV
cd garmin-connect-mcp
uv syncCreate a .env file with your credentials:
GARMIN_EMAIL=your-email@example.com
GARMIN_PASSWORD=your-passwordOption 2: Using Docker
docker pull ghcr.io/eddmann/garmin-connect-mcp:latestCreate garmin-connect-mcp.env with your credentials.
Claude Desktop Configuration
{
"mcpServers": {
"garmin": {
"command": "uv",
"args": [
"run",
"--directory",
"/ABSOLUTE/PATH/TO/garmin-connect-mcp",
"garmin-connect-mcp"
]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}