garmin_mcp

garmin_mcp

27

The Garmin MCP Server facilitates direct integration with Garmin Connect, allowing extensive access to fitness and health data for MCP-compatible clients. It supports features such as listing activities and accessing health metrics, making it suitable for users who need their fitness data programmatically accessible.

How do I set up the Garmin MCP Server?

Install the required packages in a new environment, create a .env file with your Garmin credentials, and configure the server in your platform of choice.

What data can I access with the Garmin MCP Server?

You can access recent activities, detailed activity information, health metrics like steps, heart rate, sleep, and body composition data.

How do I secure my Garmin credentials?

Keep your .env file secure and never commit it to a repository. Ensure it is stored in a safe location.

What should I do if I encounter login issues?

Verify your credentials in the .env file, check for additional verification requirements from Garmin Connect, and ensure the garminconnect package is up to date.

Where can I find logs for troubleshooting?

Check the Claude Desktop logs at ~/Library/Logs/Claude/mcp-server-garmin.log on macOS or %APPDATA%\Claude\logs\mcp-server-garmin.log on Windows.