Oura Mcp Unofficial
@davidmosiah
Oura Mcp Unofficial について
Local-first MCP server for Oura Ring readiness, sleep, HRV — Claude/Cursor/ChatGPT ready
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"oura": {
"command": "npx",
"args": [
"-y",
"oura-mcp-unofficial"
]
}
}
}ツール
6realistic synthetic readiness/sleep/activity payloads (no account needed; see [Quickstart](#quickstart-see-the-data-before-you-connect))
personalized 3-step setup walkthrough that adapts to your current state
verify local setup before calling Oura
inventory supported data domains, scopes, privacy modes and recommended first calls without calling Oura APIs.
readiness, sleep, activity and SpO2 brief for today
scorecard, comparison vs prior week, next-week plan
概要
What is Oura Mcp Unofficial?
Oura Mcp Unofficial is a local-first MCP server that connects AI agents to your Oura Ring data — readiness scores, sleep stages, HRV, activity, SpO2, and personal info — without needing to copy-paste from the Oura app. It handles the OAuth dance locally, normalizes responses across endpoints, and exposes Oura through the Model Context Protocol. Tokens never leave your machine, and raw payloads are opt-in via privacy-mode defaults.
How to use Oura Mcp Unofficial?
First create an Oura app at cloud.ouraring.com with redirect URI http://127.0.0.1:3000/callback. Then run npx -y oura-mcp-unofficial setup (paste client id + secret), npx -y oura-mcp-unofficial auth (opens browser for OAuth), and npx -y oura-mcp-unofficial doctor to verify. Add the server to your MCP client config as a npx command, or for Claude Desktop run setup --client claude to auto-write the snippet. You can also call oura_demo before connecting to see synthetic payloads.
Key features of Oura Mcp Unofficial
- Local-first: OAuth tokens never leave your machine
- Supports readiness, sleep, activity, HRV, SpO2, workouts, sessions, tags, personal info
- Privacy‑mode defaults to
structured; raw JSON is opt‑in - Demo mode (
oura_demo) works without an Oura account - Includes prompts like
oura_daily_checkinandoura_weekly_review - Caching opt‑in via SQLite; configurable via env or
~/.oura-mcp/config.json - Compatible with Hermes‑based remote setups
Use cases of Oura Mcp Unofficial
- Get a daily readiness and sleep brief for your AI agent to plan workouts or rest
- Review weekly trends across sleep, HRV, and activity with a next‑week plan
- Investigate heart‑rate records without exposing raw data
- Let your agent evaluate recovery before recommending training intensity
- Set up a private wellness agent using Claude Desktop, Cursor, or Hermes
FAQ from Oura Mcp Unofficial
What data can Oura Mcp Unofficial access?
It can access daily readiness scores, daily sleep scores with sleep periods (stages, timing), daily activity (steps, calories, MET), heart‑rate time series, HRV via readiness contributors, SpO2 daily averages, workouts, sessions, tags, and personal info (DOB, sex, height, weight) — subject to scopes granted in the Oura Cloud API. Continuous sensor telemetry is not available.
What are the requirements to run Oura Mcp Unofficial?
You need Node.js 20+ and an Oura app created at cloud.ouraring.com with the redirect URI set to http://127.0.0.1:3000/callback.
How do I verify my setup?
Run oura_connection_status in your agent after completing setup and auth. You can also use oura_doctor from the command line to confirm everything is ready.
Is my Oura token secure?
Yes. OAuth tokens are stored in ~/.oura-mcp/tokens.json with Unix permissions 0600. The server never prints or returns access/refresh tokens to the MCP client.
Is this an official Oura product?
No. This is an unofficial project not affiliated with, endorsed by, or supported by Ōura Health Oy. Use it only with your own Oura account and in line with the Oura Cloud API terms.
「AI とエージェント」の他のコンテンツ
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
コメント