Privacy-first MCP server for Polar AccessLink β health, sleep and training data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
β‘ One-command install with Delx Wellness for Hermes:
npx -y delx-wellness-hermes setupβ preconfigures this connector and the other 8 in a dedicated Hermes profile.Or wire it standalone into Claude Desktop / Cursor / ChatGPT Desktop β see the install section below.
Default is stdio. Optional Streamable HTTP β no session id, JSON responses, loopback only:
Env: POLAR_MCP_HOST, POLAR_MCP_PORT, POLAR_MCP_TRANSPORT=http.
Local-first MCP server that connects AI agents to your Polar training, sleep, Nightly Recharge and continuous-sample data.
Unofficial project. Not affiliated with, endorsed by or supported by Polar Electro Oy. Polar is a trademark of its respective owner. Use this only with your own Polar account and in line with the Polar AccessLink API terms.
Built by David Mosiah for people who use Claude, Cursor, Hermes, OpenClaw or other MCP-compatible agents to think about training load, recovery and endurance - without copy-pasting numbers from Polar Flow.
Part of Delx Wellness, a registry of local-first wellness MCP connectors.
If this connector helps your agent workflow, please star the repo. Stars make the project easier for other AI builders to discover and help Delx keep shipping local-first wellness infrastructure.
Polar has one of the deepest training-physiology stacks among consumer wearables - Nightly Recharge, continuous samples, PPI (pulse-to-pulse intervals), training targets, sport profiles, orthostatic and fitness tests. The Polar AccessLink Dynamic API v4 exposes this data, but with 16 fine-grained OAuth scopes and a structure that's harder to navigate than typical consumer APIs.
This package handles the OAuth dance locally, normalizes responses across the v4 endpoints, redacts GPS by default, and exposes Polar through the Model Context Protocol. Tokens never leave your machine.
You'll need a Polar AccessLink client (create one here) with redirect URI http://127.0.0.1:3000/callback.
Recommended scopes (request the ones matching the data you want):
Then add this to your MCP client config:
For Claude Desktop, run setup --client claude and the snippet is written for you.
Three things to ask first:
This package uses the official Polar AccessLink Dynamic API v4. When this README says raw, it means the upstream Polar JSON for a supported endpoint - not raw device sensor streams.
| Data | Available | Notes |
|---|---|---|
| Daily activity + calendar | yes | Requires activity:read / calendar:read |
| Sleep + sleep/wake vectors | yes | Requires sleep:read |
| Nightly Recharge (recovery score) | yes | Requires nightly_recharge:read; supported devices |
| Training sessions + training targets | yes | Requires training_sessions:read / training_targets:read |
| Continuous samples (HR over time) | yes | Requires continuous_samples:read |
| PPI samples (pulse-to-pulse intervals, HRV-relevant) | yes | Requires ppi_data:read; supported devices |
| Temperature measurements | yes | Requires temperature_measurement:read; supported devices |
| Skin contact periods | yes | Requires skin_contact:read |
| Tests (fitness / orthostatic / running) | yes | Requires tests:read |
| Routes + GPS geometry | opt-in | GPS coordinates redacted unless raw mode |
| Sports + sport profiles + devices | yes | Catalog and user metadata |
| Live device telemetry | - | Not exposed by Polar AccessLink |
Start with these:
polar_quickstart - personalized 3-step setup walkthrough that adapts to what's already configuredpolar_connection_status - verify local setup, scopes and readiness before calling Polarpolar_data_inventory β inventory supported data domains, scopes, privacy modes and recommended first calls without calling Polar APIs.polar_demo - synthetic example payloads so agents see the contract before calling the real APIpolar_daily_summary - sleep, activity, Nightly Recharge and training brief for todaypolar_weekly_summary - scorecard, comparison vs prior week, next-week planpolar_wellness_context - Nightly Recharge, sleep and training load in the shared wellness_context shapeAuth & diagnostics
polar_capabilities, polar_agent_manifest, polar_privacy_audit, polar_cache_statuspolar_get_auth_url, polar_exchange_code, polar_revoke_accessAccount
polar_get_account_data, polar_list_user_devices, polar_list_subscriptionsShared wellness profile (local, never Polar data)
polar_onboarding, polar_profile_get, polar_profile_update β the Delx Wellness profile shared with the other connectors; stores only what the user typed, never tokens or biomarkersActivity & sleep
polar_list_activity, polar_list_calendarpolar_list_sleeps, polar_list_sleep_wake_vectors β sleep lists hydrate available dates with the v4 sleep-result, sleep-evaluation, and sleep-score features by defaultpolar_list_nightly_rechargeHeart & physiology (date range)
polar_heart_series β agent-safe-series/v1 bounded HR from continuous samples (prefer this for agents)polar_list_continuous_samples, polar_list_ppi_samplespolar_list_temperature_measurements, polar_list_skin_contactsTraining
polar_list_training_sessions, polar_list_training_targets, polar_list_training_target_favoritespolar_list_testsSports & routes
polar_list_sports, polar_list_sport_profile_catalog, polar_list_sport_profilespolar_get_route - GPS coordinates redacted unless raw modepolar_daily_checkin - practical daily training and recovery check-inpolar_weekly_review - review trends across activity, sleep and recoverypolar_training_load_investigation - investigate training sessions + recovery contextpolar://capabilities, polar://agent-manifest, polar://inventorypolar://summary/daily, polar://summary/weeklypolar://account-data, polar://latest/sleepNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/polarmcp)<a href="https://allmcps.com/mcp/polarmcp"><img src="https://allmcps.com/api/badge/polarmcp?style=directory" alt="Polarmcp on AllMCPs" /></a>