mcpbeat Sign in

Oura MCP Server

by proscar87 Your server? Claim it
local only

Oura MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from pypi. Last commit 12 Sep 2026.

The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.

Installs per day peak 928 · avg 114 · -26% w/w
a month agotoday
204
Installs / week
pypi · mcp-oura
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 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.

    const child = spawn(cmd, [url], { detached: true, stdio: "ignore" });
            r = subprocess.run(cmd, cwd=cwd, capture_output=True, text=True, timeout=300)
    entorno = dict(os.environ, OURA_SANDBOX="1")

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

This one needs environment variables set before it will start: OURA_SANDBOX (Set to 1 to use Oura's official synthetic data with no credentials. The recommended way to try the server before authenticating.), OURA_CLIENT_ID (client_id of your Oura application, for OAuth2. Register one at https://cloud.ouraring.com/oauth/applications with the redirect http://localhost:9876/callback/ (the trailing slash is required).), OURA_CLIENT_SECRET (client_secret of your Oura application. Only needed when running `oura-mcp --authorize` and when refreshing the token.), OURA_CREDENTIALS (Where the OAuth2 credentials file lives. Defaults to ~/.config/oura-mcp/credentials.json, mode 600.), OURA_PAT (Oura Personal Access Token. Only if you already had one: Oura stopped issuing them in December 2025.), OURA_PAT_FILE (Path to a file holding the personal token. Preferable to OURA_PAT: an MCP server is registered in a JSON that gets backed up and shared when asking for help; a separate file rotates without touching the config.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oura MCP

same job, measured the same way
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
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
AniList
by yuna0x0

AniList MCP server for accessing AniList API data

161 installs/wk local only
MCP Tesla
by jlestel

MCP server wrapping the Tesla Fleet API and TeslaMate API

answering
Hevy MCP Server
by chrisdoc

MCP server for managing workouts, routines, and exercise data through the Hevy API

56 625 installs/wk local only
Whoop MCP Server
by zayden16

MCP server for the official Whoop API v2: cycles, recovery, sleep, workouts, and profile data

local only
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

34 installs/wk local only
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only

Oura MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Oura MCP?
Oura 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 pypi package mcp-oura was installed 204 times last week.
How do I connect Oura 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 mcp-oura straight from pypi; nothing to host, nothing to sign up for.
How many people use Oura MCP?
The pypi package mcp-oura was installed 204 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oura MCP 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.