Server data from the Official MCP Registry
Manage Garmin Connect workouts, including strength workouts with mapped exercises.
Manage Garmin Connect workouts, including strength workouts with mapped exercises.
Set these up before or after installing:
Environment variable: GARMIN_EMAIL
Environment variable: GARMIN_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pranciskus-garmin-workouts-mcp": {
"env": {
"GARMIN_EMAIL": "your-garmin-email-here",
"GARMIN_PASSWORD": "your-garmin-password-here"
},
"args": [
"garmin-workouts-mcp"
],
"command": "uvx"
}
}
}This is a well-structured Garmin Connect workout MCP server with proper authentication design and good code quality. It appropriately uses environment variables for credentials and includes comprehensive testing, though it has minor input validation gaps and logs sensitive data through exception messages. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 2 high severity).
Scanned 7 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!