mcpbeat Sign in

Oura Ring MCP Server

local only

Oura Ring runs on your own machine — the client starts it, so there is no endpoint to ping. 343 installs a week from pypi. Last commit 30 Aug 2026.

Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring

Installs per day peak 339 · avg 59 · -44% w/w
a month agotoday
343
Installs / week
pypi · my-oura-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation compose.tunnel.yml:23, [пакет] compose.tunnel.yml:23
    command: tunnel --no-autoupdate run
    environment:
      TUNNEL_TOKEN: ${CLOUDFLARE_TUNNEL_TOKEN:?укажи CLOUDFLARE_TUNNEL_TOKEN в .env}
Secret passed into the image build Dockerfile:21
# docker build предупреждает про SecretsUsedInArgOrEnv из-за слова TOKEN в имени.
# Это ложное срабатывание: здесь путь к файлу, а не секрет. Сами токены лежат
# в томе /data и в о…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oura-mcp -- uvx my-oura-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oura-mcp": {
      "args": [
        "my-oura-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oura-mcp]
command = "uvx"
args = ["my-oura-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oura-mcp": {
      "args": [
        "my-oura-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oura-mcp": {
      "args": [
        "my-oura-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OURA_CLIENT_ID (Client ID of your Oura application from developer.ouraring.com), OURA_CLIENT_SECRET (Client secret of your Oura application), OURA_REDIRECT_URI (OAuth redirect URI; must match the Oura application byte for byte), OURA_API_MODE (sandbox for Oura's synthetic data (no auth needed), production for your own), OURA_TZ (IANA timezone deciding what counts as today. Set it explicitly on servers, whose clocks run in UTC), OURA_TOKEN_STORE (Where the OAuth flow stores tokens. Written by the server, not set by hand), OURA_PUBLIC_URL (Public https address, without a trailing slash. Enables OAuth 2.1 for Claude.ai and ChatGPT; leave empty for local or Bearer-token clients), OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS (Comma-separated trusted OAuth redirect origins; defaults to Claude.ai and ChatGPT). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oura Ring

same job, measured the same way
Oura Ring MCP Server
by jordanburke

Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.

83 installs/wk local only
Oura Ring
by yasuakiomokawa

MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).

82 installs/wk local only
WristWise
by offsite

Ask about your sleep, heart rate and wellness trends from your smartwatch.

answering
Standup from your activity
by sathvic-kollu

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

29 installs/wk local only
Ouramcp
by davidmosiah

Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

396 installs/wk local only
Data-grounded sprint retro
by sathvic-kollu

Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.

32 installs/wk local only
Withingsmcp
by davidmosiah

Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.

140 installs/wk local only
Fitbitmcp
by davidmosiah

Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.

110 installs/wk local only

Oura Ring — questions

Answers built from our own checks of this server.

Why is there no uptime for Oura Ring?
Oura Ring runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package my-oura-mcp was installed 343 times last week.
How do I connect Oura Ring?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls my-oura-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Oura Ring?
The pypi package my-oura-mcp was installed 343 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oura Ring open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.