← Back to Plugins
MCP Server MCP

io.github.mitchhankins01/oura-ring-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "oura-ring-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Oura Personal Access Token (get from cloud.ouraring.com/personal-access-tokens)",
          "format": "string",
          "isSecret": true,
          "name": "OURA_ACCESS_TOKEN"
        },
        {
          "description": "OAuth Client ID (alternative to access token, from developer.ouraring.com)",
          "format": "string",
          "name": "OURA_CLIENT_ID"
        },
        {
          "description": "OAuth Client Secret (required with OURA_CLIENT_ID)",
          "format": "string",
          "isSecret": true,
          "name": "OURA_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...