Provides integration with Garmin Connect, enabling users to access and interact with their Garmin health and fitness data through an interactive interface.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Garmin MCP AppShow me my steps and sleep summary for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Garmin MCP App
MCP App server with interactive React UI for Garmin Connect integration.
Getting Started
npm install automatically sets up git hooks via prek:
commit-msg — enforces Conventional Commits via commitlint
pre-push — runs lint, format check, typecheck, and tests (same as CI)
Troubleshooting: core.hooksPath
If npm install warns about core.hooksPath, prek cannot install git hooks. Fix it by unsetting the local config:
Development
Commit Convention
Commits must follow the Conventional Commits format:
Allowed types: feat, fix, chore, docs, ci, refactor, test