oura-mcp
Rank #8,430io.github.proscar87/oura-mcp
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
oura-mcp is a Model Context Protocol (MCP) server published by proscar87. It ranks #8,430 of 132,046 servers tracked on MCP Toplist. oura-mcp is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Aug 9, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 123,616 of 132,046 servers on MCP Toplist.
Use oura-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add oura-mcp -e "OURA_SANDBOX=<your OURA_SANDBOX>" -e "OURA_CLIENT_ID=<your OURA_CLIENT_ID>" -e "OURA_CLIENT_SECRET=<your OURA_CLIENT_SECRET>" -e "OURA_CREDENTIALS=<your OURA_CREDENTIALS>" -e "OURA_PAT=<your OURA_PAT>" -e "OURA_PAT_FILE=<your OURA_PAT_FILE>" -- uvx mcp-ouraReplace each placeholder with your own value before saving.
[mcp_servers.oura-mcp]
command = "uvx"
args = ["mcp-oura"]
[mcp_servers.oura-mcp.env]
OURA_SANDBOX = "<your OURA_SANDBOX>"
OURA_CLIENT_ID = "<your OURA_CLIENT_ID>"
OURA_CLIENT_SECRET = "<your OURA_CLIENT_SECRET>"
OURA_CREDENTIALS = "<your OURA_CREDENTIALS>"
OURA_PAT = "<your OURA_PAT>"
OURA_PAT_FILE = "<your OURA_PAT_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<your OURA_SANDBOX>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<your OURA_CREDENTIALS>",
"OURA_PAT": "<your OURA_PAT>",
"OURA_PAT_FILE": "<your OURA_PAT_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<your OURA_SANDBOX>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<your OURA_CREDENTIALS>",
"OURA_PAT": "<your OURA_PAT>",
"OURA_PAT_FILE": "<your OURA_PAT_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"oura-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<your OURA_SANDBOX>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<your OURA_CREDENTIALS>",
"OURA_PAT": "<your OURA_PAT>",
"OURA_PAT_FILE": "<your OURA_PAT_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<your OURA_SANDBOX>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<your OURA_CREDENTIALS>",
"OURA_PAT": "<your OURA_PAT>",
"OURA_PAT_FILE": "<your OURA_PAT_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<your OURA_SANDBOX>",
"OURA_CLIENT_ID": "<your OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<your OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<your OURA_CREDENTIALS>",
"OURA_PAT": "<your OURA_PAT>",
"OURA_PAT_FILE": "<your OURA_PAT_FILE>"
}
}
}
}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.proscar87%2Foura-mcp)<a href="https://mcptoplist.com/server/io.github.proscar87%2Foura-mcp"><img src="https://mcptoplist.com/badge/io.github.proscar87%2Foura-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
proscar87
Available versions (8)
| Version | Published |
|---|---|
| 0.3.5 | Sep 12, 2026 |
| 0.3.4 | Sep 8, 2026 |
| 0.3.3 | Aug 18, 2026 |
| 0.3.2 | Aug 12, 2026 |
| 0.3.1 | Aug 10, 2026 |
| 0.3.0 | Aug 10, 2026 |
| 0.2.0 | Aug 9, 2026 |
| 0.1.1 | Aug 9, 2026 |
Frequently asked questions
- Who maintains oura-mcp?
- oura-mcp is maintained by proscar87, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is oura-mcp listed on the Official MCP Registry?
- Yes — oura-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does oura-mcp have?
- MCP Toplist tracks 8 versions of oura-mcp, most recently published on Sep 12, 2026.
- Where can I find the source code for oura-mcp?
- The source code for oura-mcp is hosted at github.com/proscar87/oura-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.