Loading MCP server directory, please wait...
Read-only Oura Ring sleep, readiness, activity, stress and heart rate data (OAuth2)
npx @getmcp/cli add io.github.osjayaprakash/oura-ring-python-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OURA_CLIENT_IDClient ID of your Oura API application
OURA_CLIENT_SECRETClient secret of your Oura API application
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.osjayaprakash/oura-ring-python-mcp": {
"command": "uvx",
"args": [
"oura-ring-python-mcp"
],
"env": {
"OURA_CLIENT_ID": "",
"OURA_CLIENT_SECRET": "",
"OURA_TOKEN_FILE": "~/.config/oura-ring-mcp/tokens.json",
"OURA_TIMEZONE": ""
}
}
}
}