garmin-mcp
Remote MCP server for Garmin Connect on Cloudflare Workers (free tier), providing 139 tools and 5 resources covering activities, health, training, workouts, nutrition, challenges, devices, gear, weight, women's health, courses, FIT-file analysis, and user profile, with OAuth 2.1 login flow.
README
garmin-mcp
Remote MCP server for Garmin Connect on Cloudflare Workers (free tier). Full TypeScript port of
taxuspt/garmin_mcp: all 138 tools plus a garmin_get
passthrough (139 total) and the 5 workout template/reference MCP resources.
Modules: activity management (21), health & wellness (29), training & performance (15), workouts + builders (19), nutrition (14), challenges/devices/gear (18), weight/body/women's health/courses (14), FIT-file analysis (4), user profile (4), passthrough (1).
Auth: the server is an OAuth 2.1 authorization server (via @cloudflare/workers-oauth-provider).
Adding it to an MCP client opens a browser page where you enter your Garmin email and password
(and an MFA code if your account uses 2FA). The Worker runs Garmin's SSO web-widget login flow
server-side — the one login path that isn't bot-blocked from datacenter IPs — obtains a
long-lived (~1 year) OAuth1 token, discards your credentials, and stores only that token
encrypted in the grant. It then mints short-lived OAuth2 bearers on demand for
connectapi.garmin.com. A "paste a token" fallback (via the local script below) is tucked
behind a details toggle in case Garmin ever starts blocking server-side login.
Deploy
npm installnpx wrangler kv namespace create OAUTH_KV— paste the id intowrangler.jsoncnpx wrangler deploy
Connect a client
claude mcp add garmin --transport http https://garmin-mcp.<your-subdomain>.workers.dev/mcp
Claude Code opens the authorization page in your browser; follow its two steps. claude.ai web:
Settings → Connectors → Add custom connector with the same URL. Claude Desktop and other
stdio-only clients: mcp-remote handles the OAuth flow too.
Access is OAuth-only — there is no raw-header path. Every /mcp request is gated on a
provider-issued access token, and an access token is minted only by completing the login flow.
Locking to your own account
Set OWNER_GARMIN_IDS in wrangler.jsonc to your Garmin displayName (the value
get_user_profile returns) — a comma-separated allowlist. Any login for a Garmin account not on
the list is rejected at the authorize step, so strangers can't use your deployment even with
their own valid Garmin credentials. Leave it empty to allow any Garmin account.
Deviations from the original (remote/serverless adaptations)
download_activity_filereturns file content inline (fit as base64, gpx/tcx/csv as text, size-capped) instead of writing to local disk;set_fit_download_diris a documented no-op.upload_coursetakesgpx_content(GPX XML text) instead of a local file path.get_activity_fit_datacovers session/laps/records + power analysis (NP, VI, power curve, W/kg); the original's Di2 shift, climb-detection, and HRV analytics are not ported.- Free-tier subrequest budget (~50/invocation):
get_training_load_trendcapped at 45 days (was 90),get_power_duration_curveat 15 activities (was 20),get_hrv_trenduses the range endpoint in one call, goal/step/menstrual pagination loops capped. - Tools return JSON objects rather than pre-serialized strings; errors surface as MCP tool errors.
Notes
- The Garmin token is stored encrypted inside the grant in Workers KV; when it expires (~1 year), tool calls start failing — reauthenticate the server in your client to run the flow again.
- Access tokens are bearer credentials: whoever holds a valid one has your data until it expires, so the security rests on your MCP client keeping its stored token secret.
- Local dev:
npm run dev, then point a client athttp://localhost:8787/mcp.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.