MCP for Oura
Rank #56,336link.smirnov/mcp-oura
Multi-tenant hosted MCP server for Oura Ring — 21 read-only tools, OAuth per user.
MCP for Oura is a Model Context Protocol (MCP) server published by Smirnov-Labs. It ranks #56,336 of 115,591 servers tracked on MCP Toplist. MCP for Oura is listed on Official MCP, with 1 tracked version. It was first listed on May 17, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 59,255 of 115,591 servers on MCP Toplist.
Use MCP for Oura
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-oura https://mcp-oura.smirnov.link/mcp[mcp_servers.mcp-oura]
url = "https://mcp-oura.smirnov.link/mcp"Add to ~/.codex/config.toml.
https://mcp-oura.smirnov.link/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-oura": {
"url": "https://mcp-oura.smirnov.link/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-oura": {
"type": "http",
"url": "https://mcp-oura.smirnov.link/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-oura": {
"serverUrl": "https://mcp-oura.smirnov.link/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-oura": {
"url": "https://mcp-oura.smirnov.link/mcp"
}
}
}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/link.smirnov%2Fmcp-oura)<a href="https://mcptoplist.com/server/link.smirnov%2Fmcp-oura"><img src="https://mcptoplist.com/badge/link.smirnov%2Fmcp-oura.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Smirnov-Labs
Other servers by Smirnov-Labs
View all Smirnov-Labs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 17, 2026 |
Frequently asked questions
- Who maintains MCP for Oura?
- MCP for Oura is maintained by Smirnov-Labs, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP for Oura listed on the Official MCP Registry?
- Yes — MCP for Oura is listed on the Official MCP Registry.
- How many versions does MCP for Oura have?
- MCP Toplist tracks 1 version of MCP for Oura, most recently published on May 17, 2026.
- Where can I find the source code for MCP for Oura?
- The source code for MCP for Oura is hosted at github.com/Smirnov-Labs/mcpforoura.