← Back to browse

ouramcp

Indexed by io.github.davidmosiah

About

Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOURA_CLIENT_ID OURA_CLIENT_SECRET OURA_REDIRECT_URI OURA_TOKEN_PATH OURA_PRIVACY_MODE OURA_CACHE OURA_CACHE_PATH OURA_NO_CACHE
Claude Code
claude mcp add --env OURA_CLIENT_ID= --env OURA_CLIENT_SECRET= --env OURA_REDIRECT_URI= --env OURA_TOKEN_PATH= --env OURA_PRIVACY_MODE= --env OURA_CACHE= --env OURA_CACHE_PATH= --env OURA_NO_CACHE= ouramcp -- npx oura-mcp-unofficial
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ouramcp","command":"npx","args":["oura-mcp-unofficial"],"env":{"OURA_CLIENT_ID":"","OURA_CLIENT_SECRET":"","OURA_REDIRECT_URI":"","OURA_TOKEN_PATH":"","OURA_PRIVACY_MODE":"","OURA_CACHE":"","OURA_CACHE_PATH":"","OURA_NO_CACHE":""}}'
JSON
{
  "mcpServers": {
    "ouramcp": {
      "command": "npx",
      "args": [
        "oura-mcp-unofficial"
      ],
      "env": {
        "OURA_CLIENT_ID": "",
        "OURA_CLIENT_SECRET": "",
        "OURA_REDIRECT_URI": "",
        "OURA_TOKEN_PATH": "",
        "OURA_PRIVACY_MODE": "",
        "OURA_CACHE": "",
        "OURA_CACHE_PATH": "",
        "OURA_NO_CACHE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.