MCP Server
MCP
io.github.mitchhankins01/oura-ring-mcp
Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "oura-ring-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Oura Personal Access Token (get from cloud.ouraring.com/personal-access-tokens)",
"format": "string",
"isSecret": true,
"name": "OURA_ACCESS_TOKEN"
},
{
"description": "OAuth Client ID (alternative to access token, from developer.ouraring.com)",
"format": "string",
"name": "OURA_CLIENT_ID"
},
{
"description": "OAuth Client Secret (required with OURA_CLIENT_ID)",
"format": "string",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment