caddie mcp for Cursor
io.github.mbrionesalvarez/caddie-mcp
Your Garmin golf data in Claude: GPS shots, strokes gained, club distances, health context
client:Cursor
transport:stdio
runtime:pypi
Install caddie mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"caddie-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"caddie-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs