oura-mcp

benngermin/oura-mcp
★ 0 stars TypeScript Browser/Web Updated today
First-party Oura Ring MCP server (stdio + multi-tenant HTTP) and CLI — sleep, readiness, activity, and generic v2 collection access
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oura-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "benngermin/oura-mcp"
      ]
    }
  }
}