| Name | garth-mcp-server JSON | 
            
| Version | 
                  0.0.9
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | Garmin Connect MCP server | 
            | upload_time | 2025-10-22 10:30:59 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | None | 
            
            | requires_python | >=3.13 | 
            
            
            | license | MIT | 
            | keywords | 
                
                    garmin
                
                     garmin connect
                
                     mcp
                 | 
            | VCS | 
                
                    | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            # garth-mcp-server
[](
    https://pypi.org/project/garth-mcp-server/)
Garmin Connect MCP server based on [garth](https://github.com/matin/garth).
## Usage

## Install
```json
{
  "mcpServers": {
    "Garth - Garmin Connect": {
      "command": "uvx",
      "args": [
        "garth-mcp-server"
      ],
      "env": {
        "GARTH_TOKEN": "<output of `uvx garth login`>"
      }
    }
  }
}
```
Make sure the path for the `uvx` command is fully scoped as MCP doesn't
use the same PATH your shell does. On macOS, it's typically
`/Users/{user}/.local/bin/uvx`.
## Tools
### Health & Wellness (using Garth data classes)
- `user_profile` - Get user profile information
- `user_settings` - Get user settings and preferences
- `nightly_sleep` - Get detailed sleep data with optional movement data
- `daily_sleep` - Get daily sleep summary data
- `daily_stress` / `weekly_stress` - Get stress data
- `daily_intensity_minutes` / `weekly_intensity_minutes` - Get intensity minutes
- `daily_body_battery` - Get body battery data
- `daily_hydration` - Get hydration data
- `daily_steps` / `weekly_steps` - Get steps data
- `daily_hrv` / `hrv_data` - Get heart rate variability data
### Activities (using Garmin Connect API)
- `get_activities` - Get list of activities with optional filters
- `get_activities_by_date` - Get activities for a specific date
- `get_activity_details` - Get detailed activity information
- `get_activity_splits` - Get activity lap/split data
- `get_activity_weather` - Get weather data for activities
### Additional Health Data (using Garmin Connect API)
- `get_body_composition` - Get body composition data
- `get_respiration_data` - Get respiration data
- `get_spo2_data` - Get SpO2 (blood oxygen) data
- `get_blood_pressure` - Get blood pressure readings
### Device & Gear (using Garmin Connect API)
- `get_devices` - Get connected devices
- `get_device_settings` - Get device settings
- `get_gear` - Get gear information
- `get_gear_stats` - Get gear usage statistics
### Utility Tools
- `monthly_activity_summary` - Get monthly activity overview
- `snapshot` - Get snapshot data for date ranges
- `get_connectapi_endpoint` - Direct access to any Garmin Connect API endpoint
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "garth-mcp-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "garmin, garmin connect, mcp",
    "author": null,
    "author_email": "Matin Tamizi <mtamizi@duck.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/14/d63e46ee639e2d266d2d52b03586b1be94c483cfa91d3b042ffcd62d29b3/garth_mcp_server-0.0.9.tar.gz",
    "platform": null,
    "description": "# garth-mcp-server\n\n[](\n    https://pypi.org/project/garth-mcp-server/)\n\nGarmin Connect MCP server based on [garth](https://github.com/matin/garth).\n\n## Usage\n\n\n\n## Install\n\n```json\n{\n  \"mcpServers\": {\n    \"Garth - Garmin Connect\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"garth-mcp-server\"\n      ],\n      \"env\": {\n        \"GARTH_TOKEN\": \"<output of `uvx garth login`>\"\n      }\n    }\n  }\n}\n```\n\nMake sure the path for the `uvx` command is fully scoped as MCP doesn't\nuse the same PATH your shell does. On macOS, it's typically\n`/Users/{user}/.local/bin/uvx`.\n\n## Tools\n\n### Health & Wellness (using Garth data classes)\n\n- `user_profile` - Get user profile information\n- `user_settings` - Get user settings and preferences\n- `nightly_sleep` - Get detailed sleep data with optional movement data\n- `daily_sleep` - Get daily sleep summary data\n- `daily_stress` / `weekly_stress` - Get stress data\n- `daily_intensity_minutes` / `weekly_intensity_minutes` - Get intensity minutes\n- `daily_body_battery` - Get body battery data\n- `daily_hydration` - Get hydration data\n- `daily_steps` / `weekly_steps` - Get steps data\n- `daily_hrv` / `hrv_data` - Get heart rate variability data\n\n### Activities (using Garmin Connect API)\n\n- `get_activities` - Get list of activities with optional filters\n- `get_activities_by_date` - Get activities for a specific date\n- `get_activity_details` - Get detailed activity information\n- `get_activity_splits` - Get activity lap/split data\n- `get_activity_weather` - Get weather data for activities\n\n### Additional Health Data (using Garmin Connect API)\n\n- `get_body_composition` - Get body composition data\n- `get_respiration_data` - Get respiration data\n- `get_spo2_data` - Get SpO2 (blood oxygen) data\n- `get_blood_pressure` - Get blood pressure readings\n\n### Device & Gear (using Garmin Connect API)\n\n- `get_devices` - Get connected devices\n- `get_device_settings` - Get device settings\n- `get_gear` - Get gear information\n- `get_gear_stats` - Get gear usage statistics\n\n### Utility Tools\n\n- `monthly_activity_summary` - Get monthly activity overview\n- `snapshot` - Get snapshot data for date ranges\n- `get_connectapi_endpoint` - Direct access to any Garmin Connect API endpoint\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Garmin Connect MCP server",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [
        "garmin",
        " garmin connect",
        " mcp"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52439ff6978509664a026190a7ba3389f08abbe9a150392468a064cc4e32a897",
                "md5": "05bc73c85bc06bbcf45a4fce316541fe",
                "sha256": "3fdd8e0e750ca0b7d9edffc15cdd6c254e410cdf74942cf6cebbaed518104615"
            },
            "downloads": -1,
            "filename": "garth_mcp_server-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05bc73c85bc06bbcf45a4fce316541fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 5582,
            "upload_time": "2025-10-22T10:30:58",
            "upload_time_iso_8601": "2025-10-22T10:30:58.481336Z",
            "url": "https://files.pythonhosted.org/packages/52/43/9ff6978509664a026190a7ba3389f08abbe9a150392468a064cc4e32a897/garth_mcp_server-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d314d63e46ee639e2d266d2d52b03586b1be94c483cfa91d3b042ffcd62d29b3",
                "md5": "e69642d7a80b8befe158dc54b35b5387",
                "sha256": "9f761643d6262db1db927a96642e1a70d593e63e2a4b5e75dd76c90d677e2a10"
            },
            "downloads": -1,
            "filename": "garth_mcp_server-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "e69642d7a80b8befe158dc54b35b5387",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 34771,
            "upload_time": "2025-10-22T10:30:59",
            "upload_time_iso_8601": "2025-10-22T10:30:59.727562Z",
            "url": "https://files.pythonhosted.org/packages/d3/14/d63e46ee639e2d266d2d52b03586b1be94c483cfa91d3b042ffcd62d29b3/garth_mcp_server-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 10:30:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "garth-mcp-server"
}