oura-mcp-server

jaredstauffer/oura-mcp-server
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server for Oura Ring data — stdio for local clients, HTTP + OAuth for claude.ai and mobile
View on GitHub → 🔍 Audit Wallet Slippage →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "jaredstauffer/oura-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server for accessing Oura Ring data. It runs in two modes from the same codebase: | Mode | Entrypoint | Transport | Use it for | | --- | --- | --- | --- | | Local | `npm run start:stdio` | stdio | Claude Code and Claude Desktop on your own machine | | Hosted | `npm start` | Streamable HTTP + OAuth | claude.ai in the browser and the Claude mobile apps |

Tools (3)

MCP_AUTH_PASSWORDOAUTH_SIGNING_SECRETOURA_PERSONAL_ACCESS_TOKEN