Oura Ring MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 13 Jul 2026.
Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.
We read the source, 22 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.
spawn(cmd, args, { stdio: "ignore", detached: true })
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-ring-mcp-server -- npx -y oura-ring-mcp-server
{
"mcpServers": {
"oura-ring-mcp-server": {
"args": [
"-y",
"oura-ring-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.oura-ring-mcp-server]
command = "npx"
args = ["-y", "oura-ring-mcp-server"]
{
"mcpServers": {
"oura-ring-mcp-server": {
"args": [
"-y",
"oura-ring-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"oura-ring-mcp-server": {
"args": [
"-y",
"oura-ring-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OURA_CLIENT_ID (Oura OAuth2 client ID (register an app at https://cloud.ouraring.com/oauth/applications, then run `oura-ring-mcp-server login` once to authorize)), OURA_CLIENT_SECRET (Oura OAuth2 client secret from the same application), OURA_SANDBOX (Use Oura's /sandbox/ demo data instead of real data (true/false, default false)), TRANSPORT_TYPE (Transport: 'stdio' (default) or 'httpStream' for remote/Docker deployments), PORT (HTTP port for httpStream transport (default 3000)), HOST (HTTP host for httpStream transport (default 0.0.0.0)), OURA_TELEMETRY_FILE (Write NDJSON telemetry events to this file path (safe under any transport)), OURA_TELEMETRY_CONSOLE (Console telemetry under httpStream transport: true (default) or false).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring
Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.
Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.
Privacy-first Google Health API MCP server for health, sleep, activity and HR agents
MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.
Answers built from our own checks of this server.