Skip to content
Cline

oura mcp for Cline

io.github.proscar87/oura-mcp

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

client:Cline transport:stdio runtime:pypi

Install oura mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "oura-mcp": {
      "command": "uvx",
      "args": [
        "mcp-oura"
      ],
      "env": {
        "OURA_SANDBOX": "<OURA_SANDBOX>",
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_CREDENTIALS": "<OURA_CREDENTIALS>",
        "OURA_PAT": "<OURA_PAT>",
        "OURA_PAT_FILE": "<OURA_PAT_FILE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

oura mcp in other clients