io.github.davidmosiah/ouramcp MCP Server
io.github.davidmosiah/ouramcp
What is the io.github.davidmosiah/ouramcp MCP server?
Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.
How to install io.github.davidmosiah/ouramcp
Copy-paste configuration for popular MCP clients.
OURA_CLIENT_IDOura OAuth client ID. Optional when configured with oura-mcp-server setup.
OURA_CLIENT_SECRETsecretOura OAuth client secret. Prefer oura-mcp-server setup so this secret is stored in ~/.oura-mcp/config.json instead of MCP client config.
OURA_REDIRECT_URIRedirect URI configured in the Oura Developer Dashboard. Optional when configured with oura-mcp-server setup.
OURA_TOKEN_PATHOptional local path for OAuth tokens. Defaults to ~/.oura-mcp/tokens.json.
OURA_PRIVACY_MODEOptional payload mode: summary, structured, or raw. Defaults to structured. raw means full Oura API payloads, not continuous 24/7 raw sensor telemetry.
OURA_CACHEOptional SQLite cache toggle. Set to true or sqlite to enable.
OURA_CACHE_PATHOptional local SQLite cache path. Defaults to ~/.oura-mcp/cache.sqlite.
OURA_NO_CACHESet to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.
{
"mcpServers": {
"ouramcp": {
"command": "npx",
"args": [
"-y",
"oura-mcp-unofficial"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_REDIRECT_URI": "<YOUR_OURA_REDIRECT_URI>",
"OURA_TOKEN_PATH": "<YOUR_OURA_TOKEN_PATH>",
"OURA_PRIVACY_MODE": "<YOUR_OURA_PRIVACY_MODE>",
"OURA_CACHE": "<YOUR_OURA_CACHE>",
"OURA_CACHE_PATH": "<YOUR_OURA_CACHE_PATH>",
"OURA_NO_CACHE": "<YOUR_OURA_NO_CACHE>"
}
}
}
}{
"mcpServers": {
"ouramcp": {
"command": "npx",
"args": [
"-y",
"oura-mcp-unofficial"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_REDIRECT_URI": "<YOUR_OURA_REDIRECT_URI>",
"OURA_TOKEN_PATH": "<YOUR_OURA_TOKEN_PATH>",
"OURA_PRIVACY_MODE": "<YOUR_OURA_PRIVACY_MODE>",
"OURA_CACHE": "<YOUR_OURA_CACHE>",
"OURA_CACHE_PATH": "<YOUR_OURA_CACHE_PATH>",
"OURA_NO_CACHE": "<YOUR_OURA_NO_CACHE>"
}
}
}
}{
"mcpServers": {
"ouramcp": {
"command": "npx",
"args": [
"-y",
"oura-mcp-unofficial"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_REDIRECT_URI": "<YOUR_OURA_REDIRECT_URI>",
"OURA_TOKEN_PATH": "<YOUR_OURA_TOKEN_PATH>",
"OURA_PRIVACY_MODE": "<YOUR_OURA_PRIVACY_MODE>",
"OURA_CACHE": "<YOUR_OURA_CACHE>",
"OURA_CACHE_PATH": "<YOUR_OURA_CACHE_PATH>",
"OURA_NO_CACHE": "<YOUR_OURA_NO_CACHE>"
}
}
}
}{
"servers": {
"ouramcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oura-mcp-unofficial"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_REDIRECT_URI": "<YOUR_OURA_REDIRECT_URI>",
"OURA_TOKEN_PATH": "<YOUR_OURA_TOKEN_PATH>",
"OURA_PRIVACY_MODE": "<YOUR_OURA_PRIVACY_MODE>",
"OURA_CACHE": "<YOUR_OURA_CACHE>",
"OURA_CACHE_PATH": "<YOUR_OURA_CACHE_PATH>",
"OURA_NO_CACHE": "<YOUR_OURA_NO_CACHE>"
}
}
}
}claude mcp add ouramcp --env OURA_CLIENT_ID=<YOUR_OURA_CLIENT_ID> --env OURA_CLIENT_SECRET=<YOUR_OURA_CLIENT_SECRET> --env OURA_REDIRECT_URI=<YOUR_OURA_REDIRECT_URI> --env OURA_TOKEN_PATH=<YOUR_OURA_TOKEN_PATH> --env OURA_PRIVACY_MODE=<YOUR_OURA_PRIVACY_MODE> --env OURA_CACHE=<YOUR_OURA_CACHE> --env OURA_CACHE_PATH=<YOUR_OURA_CACHE_PATH> --env OURA_NO_CACHE=<YOUR_OURA_NO_CACHE> -- npx -y oura-mcp-unofficialRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.