Odel
Oura Ring

Oura Ring

Local
@antvslPythonMITUpdated 1w ago

Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImy-oura-mcpv0.4.2

Run

uvx my-oura-mcp

MCP client config

{
  "mcpServers": {
    "oura-ring": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ]
    }
  }
}
Dockerdocker.io/iican/oura-mcp:0.4.2

Run

docker run -i --rm docker.io/iican/oura-mcp:0.4.2

MCP client config

{
  "mcpServers": {
    "oura-ring": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/iican/oura-mcp:0.4.2"
      ]
    }
  }
}