Skip to content
Cline

Oura Ring for Cline

io.github.antvsl/oura-mcp

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

client:Cline transport:stdio runtime:pypi

Install Oura Ring in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "oura-mcp": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ],
      "env": {
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_REDIRECT_URI": "<OURA_REDIRECT_URI>",
        "OURA_API_MODE": "<OURA_API_MODE>",
        "OURA_TZ": "<OURA_TZ>",
        "OURA_TOKEN_STORE": "<OURA_TOKEN_STORE>",
        "OURA_PUBLIC_URL": "<OURA_PUBLIC_URL>",
        "OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS": "<OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Oura Ring in other clients