mcpbeat Sign in

Oura Ring MCP Server

by mitchhankins01 Your server? Claim it
local only

Oura Ring MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 8 Feb 2026.

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

Installs per day peak 27 · avg 15 · +4% w/w
a month agotoday
54
Installs / week
npm · oura-ring-mcp
27
Stars
2 open issues
8 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Oura Ring MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-ring-mcp -- npx -y oura-ring-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oura-ring-mcp": {
      "args": [
        "-y",
        "oura-ring-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oura-ring-mcp]
command = "npx"
args = ["-y", "oura-ring-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oura-ring-mcp": {
      "args": [
        "-y",
        "oura-ring-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oura-ring-mcp": {
      "args": [
        "-y",
        "oura-ring-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OURA_ACCESS_TOKEN (Oura Personal Access Token (get from cloud.ouraring.com/personal-access-tokens)), OURA_CLIENT_ID (OAuth Client ID (alternative to access token, from developer.ouraring.com)), OURA_CLIENT_SECRET (OAuth Client Secret (required with OURA_CLIENT_ID)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oura Ring MCP

same job, measured the same way
Warpmetrics
by warpmetrics

Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.

40 installs/wk local only
ProjectPulse MCP
by alexbypa

Monitor GitHub repo health, DORA metrics and CI signals from your AI assistant.

227 installs/wk local only
Xitoring
by xitoring

Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.

answering
Gym Plus
by gym

Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching.

answering
Conkurrence
by alligatorc0der

Measure whether your AI agrees with itself using statistical consensus metrics.

44 installs/wk local only
ActionsPulse
by tsviz

Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.

local only
U
Slate
by slate-hq

Your own SLATE health data in your AI assistant: read, trend, plan and log. Never suggests a dose.

answering
I
Foam Observability
by foam-ai

Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.

answering

Oura Ring MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Oura Ring MCP?
Oura Ring MCP 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 npm package oura-ring-mcp was installed 54 times last week.
How do I connect Oura Ring MCP?
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 oura-ring-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oura Ring MCP?
The npm package oura-ring-mcp was installed 54 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oura Ring MCP open source?
We cannot say either way: written in TypeScript, 27 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.