Oura Ring MCP
Rank #11,961io.github.mitchhankins01/oura-ring-mcp
MCP server providing oura-ring-mcp capabilities
Oura Ring MCP is a Model Context Protocol (MCP) server published by mitchhankins01. It ranks #11,961 of 132,046 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. Oura Ring MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 24, 2026 and most recently updated on Jan 25, 2026.
Ranks ahead of 120,085 of 132,046 servers on MCP Toplist.
Use Oura Ring MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oura-ring-mcp -e "OURA_ACCESS_TOKEN=<your OURA_ACCESS_TOKEN>" -e "OURA_CLIENT_ID=<your OURA_CLIENT_ID>" -e "OURA_CLIENT_SECRET=<your OURA_CLIENT_SECRET>" -- npx -y oura-ring-mcpReplace each placeholder with your own value before saving.
[mcp_servers.oura-ring-mcp]
command = "npx"
args = ["-y", "oura-ring-mcp"]
[mcp_servers.oura-ring-mcp.env]
OURA_ACCESS_TOKEN = "<your OURA_ACCESS_TOKEN>"
OURA_CLIENT_ID = "<your OURA_CLIENT_ID>"
OURA_CLIENT_SECRET = "<your OURA_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-ring-mcp": {
"command": "npx",
"args": [
"-y",
"oura-ring-mcp"
],
"env": {
"OURA_ACCESS_TOKEN": "<your OURA_ACCESS_TOKEN>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-ring-mcp": {
"command": "npx",
"args": [
"-y",
"oura-ring-mcp"
],
"env": {
"OURA_ACCESS_TOKEN": "<your OURA_ACCESS_TOKEN>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"oura-ring-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oura-ring-mcp"
],
"env": {
"OURA_ACCESS_TOKEN": "<your OURA_ACCESS_TOKEN>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-ring-mcp": {
"command": "npx",
"args": [
"-y",
"oura-ring-mcp"
],
"env": {
"OURA_ACCESS_TOKEN": "<your OURA_ACCESS_TOKEN>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-ring-mcp": {
"command": "npx",
"args": [
"-y",
"oura-ring-mcp"
],
"env": {
"OURA_ACCESS_TOKEN": "<your OURA_ACCESS_TOKEN>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mitchhankins01%2Foura-ring-mcp)<a href="https://mcptoplist.com/server/io.github.mitchhankins01%2Foura-ring-mcp"><img src="https://mcptoplist.com/badge/io.github.mitchhankins01%2Foura-ring-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mitchhankins01
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Jan 25, 2026 |
| 0.1.2 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Oura Ring MCP?
- Oura Ring MCP is maintained by mitchhankins01, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Oura Ring MCP listed on the Official MCP Registry?
- Yes — Oura Ring MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Oura Ring MCP have?
- MCP Toplist tracks 3 versions of Oura Ring MCP, most recently published on Jan 25, 2026.
- Where can I find the source code for Oura Ring MCP?
- The source code for Oura Ring MCP is hosted at github.com/mitchhankins01/oura-ring-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.