Loading MCP server directory, please wait...
Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more.
npx @getmcp/cli add io.github.jordanburke/oura-ring-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
OURA_API_KEYOura personal access token (create at https://cloud.ouraring.com/personal-access-tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jordanburke/oura-ring-mcp-server": {
"command": "npx",
"args": [
"-y",
"oura-ring-mcp-server"
],
"env": {
"OURA_API_KEY": "",
"OURA_SANDBOX": "",
"TRANSPORT_TYPE": "",
"PORT": "",
"HOST": "",
"OURA_TELEMETRY_FILE": "",
"OURA_TELEMETRY_CONSOLE": ""
}
}
}
}