johnie/oura-mcp
3.2
If you are the rightful owner of oura-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for Oura Ring, enabling access to personal health data through various endpoints.
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.