← Index

Oura Ring

io.github.YasuakiOmokawa/oura-mcp·v0.2.1·Other
Quality Score
85
/100

MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "oura-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yasuakiomokawa/oura-mcp"
      ],
      "env": {
        "OURA_CLIENT_ID": "<oura_client_id>",
        "OURA_CLIENT_SECRET": "<your-oura_client_secret>",
        "OURA_CALLBACK_PORT": "<oura_callback_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "oura-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yasuakiomokawa/oura-mcp"
      ],
      "env": {
        "OURA_CLIENT_ID": "<oura_client_id>",
        "OURA_CLIENT_SECRET": "<your-oura_client_secret>",
        "OURA_CALLBACK_PORT": "<oura_callback_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @yasuakiomokawa/oura-mcp
§02  Environment variables
OURA_CLIENT_ID

Optional. Alternative to `npx oura-mcp configure`. Both OURA_CLIENT_ID and OURA_CLIENT_SECRET must be set together.

OURA_CLIENT_SECRET
secret

Optional. See OURA_CLIENT_ID.

OURA_CALLBACK_PORT

OAuth callback port (default 54321)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other