Home › Other › oura-ring-mcp

oura-ring-mcp

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

TypeScript
★ 29 stars Last pushed 2026-02-08

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y oura-ring-mcp@0.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "oura-ring-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oura-ring-mcp@0.1.4"
      ],
      "env": {
        "OURA_ACCESS_TOKEN": "<YOUR_VALUE>",
        "OURA_CLIENT_ID": "<YOUR_VALUE>",
        "OURA_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • OURA_ACCESS_TOKEN secret — 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 secret — OAuth Client Secret (required with OURA_CLIENT_ID)

Related servers

Data from the Official MCP Registry