Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx my-oura-mcp
MCP client config
{
"mcpServers": {
"oura-ring": {
"command": "uvx",
"args": [
"my-oura-mcp"
]
}
}
}Run
docker run -i --rm docker.io/iican/oura-mcp:0.4.2
MCP client config
{
"mcpServers": {
"oura-ring": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/iican/oura-mcp:0.4.2"
]
}
}
}