- Explore MCP Servers
- oura-mcp
Oura Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
oura-mcp
An MCP server for ouraring.com.
Usage
Create an access token on cloud.ouraring.com:
- create a personal access token
- 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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










