PluginBench
MCP Server
Active
MIT

io.github.proscar87/oura-mcp MCP Server

io.github.proscar87/oura-mcp

What is the io.github.proscar87/oura-mcp MCP server?

The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.

How to install io.github.proscar87/oura-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OURA_SANDBOX

    Set to 1 to use Oura's official synthetic data with no credentials. The recommended way to try the server before authenticating.

  • OURA_CLIENT_ID

    client_id of your Oura application, for OAuth2. Register one at https://cloud.ouraring.com/oauth/applications with the redirect http://localhost:9876/callback/ (the trailing slash is required).

  • OURA_CLIENT_SECRET
    secret

    client_secret of your Oura application. Only needed when running `oura-mcp --authorize` and when refreshing the token.

  • OURA_CREDENTIALS

    Where the OAuth2 credentials file lives. Defaults to ~/.config/oura-mcp/credentials.json, mode 600.

  • OURA_PAT
    secret

    Oura Personal Access Token. Only if you already had one: Oura stopped issuing them in December 2025.

  • OURA_PAT_FILE

    Path to a file holding the personal token. Preferable to OURA_PAT: an MCP server is registered in a JSON that gets backed up and shared when asking for help; a separate file rotates without touching the config.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add oura-mcp --env OURA_SANDBOX=<YOUR_OURA_SANDBOX> --env OURA_CLIENT_ID=<YOUR_OURA_CLIENT_ID> --env OURA_CLIENT_SECRET=<YOUR_OURA_CLIENT_SECRET> --env OURA_CREDENTIALS=<YOUR_OURA_CREDENTIALS> --env OURA_PAT=<YOUR_OURA_PAT> --env OURA_PAT_FILE=<YOUR_OURA_PAT_FILE> -- uvx mcp-oura

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →