Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.
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: OURA_MCP_HOST, OURA_MCP_PORT, OURA_MCP_TRANSPORT=http.
Local-first MCP server that connects AI agents to your Oura Ring readiness, sleep, activity and HRV data.
Unofficial project. Not affiliated with, endorsed by or supported by Εura Health Oy. Oura is a trademark of its respective owner. Use this only with your own Oura account and in line with the Oura Cloud API terms.
Built by David Mosiah for people who use Claude, Cursor, Hermes, OpenClaw or other MCP-compatible agents to think about readiness, sleep and recovery β without copy-pasting numbers from the Oura app.
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.
Oura Ring produces some of the most refined personal health signals β readiness scores, sleep stages, HRV, daily activity, SpO2, body temperature trends. But it lives behind an OAuth API with per-scope authorization, and the data is split across multiple endpoints (daily readiness vs. detailed sleep periods vs. heart-rate streams).
This package handles the OAuth dance locally, normalizes responses across endpoints, and exposes Oura through the Model Context Protocol. Tokens never leave your machine. Privacy-mode defaults keep raw payloads opt-in.
You'll need an Oura app (create one here) with redirect URI http://127.0.0.1:3000/callback.
Recommended scopes:
Then add this to your MCP client config:
For Claude Desktop, run setup --client claude and the snippet is written for you.
No Oura account yet? Call oura_demo to get realistic example payloads for the
readiness, sleep and daily-summary tools, so your agent learns the data contract
before any OAuth setup. All values are synthetic and tagged is_demo: true.
Real output from oura_demo (response_format=json, dates are relative to today):
When you're ready to connect your own ring, call oura_quickstart for a
personalized 3-step setup walkthrough, then follow Setup in 60 seconds.
Three things to ask first:
This package uses the official Oura Cloud API v2. When this README says raw, it means the upstream Oura JSON for a supported endpoint β not raw device sensor streams.
| Data | Available | Notes |
|---|---|---|
| Daily readiness score + contributors | β | Requires daily scope |
| Daily sleep score + sleep periods | β | Requires daily and/or sleep scope |
| Sleep stages + timing | β | When Oura returns scored sleep |
| Daily activity (steps, calories, MET) | β | Requires daily scope |
| Heart-rate time series | β | When ring/membership/scope expose it |
| HRV (overnight, via daily summaries) | β | Surfaced through readiness contributors |
| SpO2 (daily averages during sleep) | β | Requires spo2 scope; supported devices |
| Workouts + sessions + tags | β | Requires workout/session/tag scopes |
| Personal info (DOB, sex, height, weight) | β | Requires personal scope |
| Continuous sensor telemetry | β | Not exposed by Oura Cloud API |
Start with these:
oura_demo β realistic synthetic readiness/sleep/activity payloads (no account needed; see Quickstart)oura_quickstart β personalized 3-step setup walkthrough that adapts to your current stateoura_connection_status β verify local setup before calling Ouraoura_data_inventory β inventory supported data domains, scopes, privacy modes and recommended first calls without calling Oura APIs.oura_daily_summary β readiness, sleep, activity and SpO2 brief for todayoura_weekly_summary β scorecard, comparison vs prior week, next-week planAuth & diagnostics
oura_capabilities, oura_agent_manifest, oura_privacy_audit, oura_cache_statusoura_get_auth_url, oura_exchange_code, oura_revoke_accessProfile
oura_get_personal_infoDaily collections (cursor-paginated with next_token, after/before filters and privacy-mode override)
oura_list_daily_readiness, oura_list_daily_sleep, oura_list_daily_activity, oura_list_daily_spo2start_date and end_date parameters; invalid dates fail before a network request.next_token from the previous response; if truncated is true, raise limit or set all_pages. See docs/pagination.md.Detailed collections
oura_list_sleep, oura_list_workouts, oura_list_heartrate, oura_list_sessions, oura_list_tagsNo 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/ouramcp-2)<a href="https://allmcps.com/mcp/ouramcp-2"><img src="https://allmcps.com/api/badge/ouramcp-2?style=directory" alt="Ouramcp on AllMCPs" /></a>