The garmin_mcp server provides access to Garmin's fitness and health data via the Garmin Connect API. It exposes tools for retrieving activity, health, and user profile data. Developers use it to integrate Garmin data into AI agents for fitness tracking, health monitoring, and personalized recommendations.
The garmin_mcp server provides access to Garmin's fitness and health data via the Garmin Connect API. It exposes tools for retrieving activity, health, and user profile data. Developers use it to integrate Garmin data into AI agents for fitness tracking, health monitoring, and personalized recommendations.
pip install garmin_mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"taxuspt-garminmcp-github": {
"command": "uvx",
"args": [
"pip install garmin_mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from garmin_mcp?"
API Key Required
This server requires an API key from garmin_mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GARMIN_MCP_API_KEY | Yes | Your garmin_mcp API key |
"What resources are available in garmin_mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in garmin_mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in garmin_mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.