Garmin MCP Server
by jaounial
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GARMIN_EMAIL | No | Your Garmin Connect email address. Cannot be set together with GARMIN_EMAIL_FILE. | |
| GARMIN_IS_CN | No | Set to 'true' to use Garmin Connect China (garmin.cn) instead of the international version. | false |
| GARMIN_MCP_HOST | No | Bind address for HTTP transports (streamable-http, sse). | 0.0.0.0 |
| GARMIN_MCP_PORT | No | Bind port for HTTP transports. | 8000 |
| GARMIN_PASSWORD | No | Your Garmin Connect password. Cannot be set together with GARMIN_PASSWORD_FILE. | |
| GARMIN_EMAIL_FILE | No | Path to a file containing your Garmin Connect email address. Cannot be set together with GARMIN_EMAIL. | |
| GARMIN_FIT_CONFIG | No | Path to the persisted download-directory config file. | ~/.garminconnect_fit_config.json |
| GARMIN_ENABLED_TOOLS | No | Comma-separated allowlist of tool names to register. If set, only these tools are available. | |
| GARMIN_MCP_TRANSPORT | No | Transport protocol: 'stdio' (default), 'streamable-http', or 'sse'. | stdio |
| GARMIN_PASSWORD_FILE | No | Path to a file containing your Garmin Connect password. Cannot be set together with GARMIN_PASSWORD. | |
| GARMIN_DISABLED_TOOLS | No | Comma-separated denylist of tool names to skip. Ignored if GARMIN_ENABLED_TOOLS is set. | |
| GARMIN_FIT_DOWNLOAD_DIR | No | Default directory for downloaded activity files. When set, skips the first-run setup prompt in download_activity_file. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues