Odel
golf coach

golf coach

Local
@bjornj121PythonMITUpdated 1mo ago

A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgolf-coachv0.7.0

Run

uvx golf-coach

MCP client config

{
  "mcpServers": {
    "golf-coach": {
      "command": "uvx",
      "args": [
        "golf-coach"
      ]
    }
  }
}