oura-api-skill
Installation
SKILL.md
Oura API Skill
This skill documents how to use oura-mcp (a Model Context Protocol server for Oura Ring API v2).
Setup
Run npx @yasuakiomokawa/oura-mcp configure once to set up OAuth credentials. After that, MCP clients (Claude Desktop, Claude Code, Cursor) can call the tools below.
Tools
oura_authenticate— re-authenticate via browser (after refresh_token expiry).oura_auth_status— check token state.oura_clear_auth— wipe stored tokens.oura_api_get— generic GET, e.g.path: "/v2/usercollection/daily_sleep". Usemax_pagesfor large time-series.oura_api_list_paths— see all available endpoints.