MCP ExplorerExplorer

Oura Mcp

@johnieon a year ago
1 MIT
FreeCommunity
AI Systems
oura-mcp is an MCP server for accessing Oura Ring data like activity and sleep.

Overview

What is Oura Mcp

oura-mcp is an MCP server designed to interface with the Oura Ring, allowing users to access various health and activity metrics from their Oura account.

Use cases

Use cases for oura-mcp include personal health monitoring, integration with fitness applications, and data analysis for health research.

How to use

To use oura-mcp, create a personal access token at cloud.ouraring.com, then configure the server with the token in a JSON format. You can run it as a stdio server, SSE server, or streamable HTTP server.

Key features

Key features of oura-mcp include retrieving personal information, daily activity data, cardiovascular age, sleep metrics, SpO2 levels, stress levels, and heart rate.

Where to use

oura-mcp can be used in health and fitness applications, personal wellness tracking, and research studies focusing on sleep and activity metrics.

Content

oura-mcp

An MCP server for ouraring.com.

Usage

Create an access token on cloud.ouraring.com:

  1. create a personal access token
  2. copy the token

JSON config for oura-mcp as stdio server:

{
  "mcpServers": {
    "oura": {
      "command": "npx",
      "args": [
        "-y",
        "oura-mcp"
      ],
      "env": {
        "oura_ACCESS_TOKEN": "<your-token>"
      }
    }
  }
}

Alternatively you can run it as:

  • sse server: npx -y oura-mcp --sse
  • streamable http server: npx -y oura-mcp --http

Capabilities

  • Get Personal Info
  • Get Daily Activity
  • Get Daily Cardiovascular Age
  • Get Daily Sleep
  • Get Daily SpO2
  • Get Daily Stress
  • Get HeartRate

License

MIT.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers