Skip to content
Cursor

oura mcp for Cursor

io.github.proscar87/oura-mcp

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

client:Cursor transport:stdio runtime:pypi

Install oura mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "oura-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oura mcp in other clients