PluginBench
MCP Server
Active
MIT

Garmin — MissingMCP MCP Server

com.missingmcp/garmin

What is the Garmin — MissingMCP MCP server?

Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.

How to install Garmin — MissingMCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "garmin": {
      "url": "https://missingmcp.com/garmin/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "garmin": {
      "serverUrl": "https://missingmcp.com/garmin/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "garmin": {
      "type": "http",
      "url": "https://missingmcp.com/garmin/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "garmin": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://missingmcp.com/garmin/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http garmin https://missingmcp.com/garmin/mcp

Related MCP servers

WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.

3
Python
MIT
View repository →