caddie-mcp
Rank #34,463io.github.mbrionesalvarez/caddie-mcp
Your Garmin golf data in Claude: GPS shots, strokes gained, club distances, health context
caddie-mcp is a Model Context Protocol (MCP) server published by mbrionesalvarez. It ranks #34,463 of 115,591 servers tracked on MCP Toplist. caddie-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 11, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 81,128 of 115,591 servers on MCP Toplist.
Use caddie-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add caddie-mcp -- uvx caddie-mcp[mcp_servers.caddie-mcp]
command = "uvx"
args = ["caddie-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"caddie-mcp": {
"command": "uvx",
"args": [
"caddie-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"caddie-mcp": {
"command": "uvx",
"args": [
"caddie-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"caddie-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"caddie-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"caddie-mcp": {
"command": "uvx",
"args": [
"caddie-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"caddie-mcp": {
"command": "uvx",
"args": [
"caddie-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/io.github.mbrionesalvarez%2Fcaddie-mcp)<a href="https://mcptoplist.com/server/io.github.mbrionesalvarez%2Fcaddie-mcp"><img src="https://mcptoplist.com/badge/io.github.mbrionesalvarez%2Fcaddie-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mbrionesalvarez
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 11, 2026 |
Frequently asked questions
- Who maintains caddie-mcp?
- caddie-mcp is maintained by mbrionesalvarez, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is caddie-mcp listed on the Official MCP Registry?
- Yes — caddie-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does caddie-mcp have?
- MCP Toplist tracks 1 version of caddie-mcp, most recently published on Aug 11, 2026.
- Where can I find the source code for caddie-mcp?
- The source code for caddie-mcp is hosted at github.com/mbrionesalvarez/caddie-mcp.