Skip to content
Grok

ouramcp for Grok

io.github.davidmosiah/ouramcp

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

client:Grok transport:stdio runtime:npm

Install ouramcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ouramcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oura-mcp-unofficial"
      ],
      "env": {
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_REDIRECT_URI": "<OURA_REDIRECT_URI>",
        "OURA_TOKEN_PATH": "<OURA_TOKEN_PATH>",
        "OURA_PRIVACY_MODE": "<OURA_PRIVACY_MODE>",
        "OURA_CACHE": "<OURA_CACHE>",
        "OURA_CACHE_PATH": "<OURA_CACHE_PATH>",
        "OURA_NO_CACHE": "<OURA_NO_CACHE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ouramcp in other clients