Garmin — MissingMCP
Rank #23,010com.missingmcp/garmin
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
Garmin — MissingMCP is a Model Context Protocol (MCP) server published by VelkyVenik. It ranks #23,010 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Garmin — MissingMCP is listed on Official MCP, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 92,581 of 115,591 servers on MCP Toplist.
Use Garmin — MissingMCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http garmin https://missingmcp.com/garmin/mcp[mcp_servers.garmin]
url = "https://missingmcp.com/garmin/mcp"Add to ~/.codex/config.toml.
https://missingmcp.com/garmin/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"garmin": {
"url": "https://missingmcp.com/garmin/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"garmin": {
"type": "http",
"url": "https://missingmcp.com/garmin/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"garmin": {
"serverUrl": "https://missingmcp.com/garmin/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"garmin": {
"url": "https://missingmcp.com/garmin/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.missingmcp%2Fgarmin)<a href="https://mcptoplist.com/server/com.missingmcp%2Fgarmin"><img src="https://mcptoplist.com/badge/com.missingmcp%2Fgarmin.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
VelkyVenik
Other servers by VelkyVenik
View all VelkyVenik servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Garmin — MissingMCP?
- Garmin — MissingMCP is maintained by VelkyVenik, which publishes 6 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Garmin — MissingMCP listed on the Official MCP Registry?
- Yes — Garmin — MissingMCP is listed on the Official MCP Registry.
- How many versions does Garmin — MissingMCP have?
- MCP Toplist tracks 1 version of Garmin — MissingMCP, most recently published on Jul 12, 2026.
- Where can I find the source code for Garmin — MissingMCP?
- The source code for Garmin — MissingMCP is hosted at github.com/VelkyVenik/missingmcp.