mcpbeat Sign in

Caddie MCP Server

by mbrionesalvarez Your server? Claim it
local only

Caddie MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 11 Aug 2026.

Your Garmin golf data in Claude: GPS shots, strokes gained, club distances, health context

Installs per day peak 583 · avg 39 · -10% w/w
a month agotoday
89
Installs / week
pypi · caddie-mcp
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Caddie MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add caddie-mcp -- uvx caddie-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "caddie-mcp": {
      "args": [
        "caddie-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.caddie-mcp]
command = "uvx"
args = ["caddie-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "caddie-mcp": {
      "args": [
        "caddie-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "caddie-mcp": {
      "args": [
        "caddie-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Caddie MCP

same job, measured the same way
Fitness AI Connector
by fmp-projects

Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.

answering
Contextium Io
by contextium-io

Your team's knowledge, always in context. SOPs, coding standards, and workflows for Claude.

58 installs/wk local only
Oura Ring MCP
by mitchhankins01

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

80 installs/wk local only
Trackman MCP
by bjornj12

Fetch your Trackman Golf stats (handicap, rounds, shots, club gapping) as MCP tools.

65 installs/wk local only
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

29 installs/wk local only
Claude Context Bridge
by phoenixfeuer32

Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.

answering
Cohearence
by tcrichards

Track, curate, and analyze data about your health, habits, and goals.

answering
Simma
by getsimma

Your swim, run and ride training, explained. For coaches and athletes, computed from Garmin data.

answering

Caddie MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Caddie MCP?
Caddie MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package caddie-mcp was installed 89 times last week.
How do I connect Caddie MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls caddie-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Caddie MCP?
The pypi package caddie-mcp was installed 89 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Caddie MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.