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
We read the source, 1 h ago · rules 3dff92dd89df
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.
command: tunnel --no-autoupdate run
environment:
TUNNEL_TOKEN: ${CLOUDFLARE_TUNNEL_TOKEN:?укажи CLOUDFLARE_TUNNEL_TOKEN в .env}
# 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.
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.
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.
claude mcp add oura-mcp -- uvx my-oura-mcp
{
"mcpServers": {
"oura-mcp": {
"args": [
"my-oura-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.oura-mcp]
command = "uvx"
args = ["my-oura-mcp"]
{
"mcpServers": {
"oura-mcp": {
"args": [
"my-oura-mcp"
],
"command": "uvx"
}
}
}
{
"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.
Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
Ask about your sleep, heart rate and wellness trends from your smartwatch.
Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.
Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.
Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.
Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.
Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.
Answers built from our own checks of this server.