First-party Oura Ring MCP server (stdio + multi-tenant HTTP) and CLI — sleep, readiness, activity, and generic v2 collection access
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"benngermin/oura-mcp"
]
}
}
}
Run in terminal:
claude mcp add oura-mcp npx -y benngermin/oura-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"benngermin/oura-mcp"
]
}
}
}