Connects Claude to the Oura Ring API for querying sleep, readiness, and resilience data. Exposes six tools: three for date range queries (get_sleep_data, get_readiness_data, get_resilience_data) and three for today's data. Requires an Oura API token from their developer portal. Install via uvx and configure in Claude Desktop with your token as an environment variable. Ask Claude "What's my sleep score for today?" or "Show me my readiness data for the past week" and it pulls the actual data from your Oura account. Handles common errors like invalid dates and auth failures with readable messages.
claude mcp add --transport stdio yuzehao2023-mcp-oura uvx mcp-oura