Loading MCP server directory, please wait...
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
npx @getmcp/cli add io.github.proscar87/oura-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.proscar87/oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "",
"OURA_CLIENT_ID": "",
"OURA_CLIENT_SECRET": "",
"OURA_CREDENTIALS": "",
"OURA_PAT": "",
"OURA_PAT_FILE": ""
}
}
}
}