oura-mcp

YasuakiOmokawa/oura-mcp
★ 1 stars TypeScript 🔒 Security Updated 1d ago
MCP server for Oura Ring API v2
View on GitHub →

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",
        "YasuakiOmokawa/oura-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol server for the [Oura Ring API v2](https://cloud.ouraring.com/v2/docs). Exposes sleep, activity, readiness, heart rate, and workout data to MCP-compatible clients (Claude Desktop, Claude Code, Cursor, ...) via OAuth. ```bash npx @yasuakiomokawa/oura-mcp configure ``` The wizard collects your Oura Client ID/Secret, walks through browser OAuth, saves tokens to `~/.config/oura-mcp/`, and adds an `mcpServers.oura` entry to any detected MCP client config. Restart the client an

Tools (5)

oura_api_getoura_api_list_pathsoura_auth_statusoura_authenticateoura_clear_auth

Topics

mcpoura-api-v2typescript