Back to MCP Servers

Garmin Documentation

Offline Garmin Connect IQ SDK documentation with comprehensive search and API examples

developer-toolsapi

Installation

npx -y garmin-documentation-mcp-server

Configuration

{
  "mcpServers": {
    "garmin-documentation-mcp-server": {
      "command": "npx",
      "args": ["-y", "garmin-documentation-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub