io.github.proscar87/oura-mcp MCP Server
io.github.proscar87/oura-mcp
What is the io.github.proscar87/oura-mcp MCP server?
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
How to install io.github.proscar87/oura-mcp
Copy-paste configuration for popular MCP clients.
OURA_SANDBOXSet to 1 to use Oura's official synthetic data with no credentials. The recommended way to try the server before authenticating.
OURA_CLIENT_IDclient_id of your Oura application, for OAuth2. Register one at https://cloud.ouraring.com/oauth/applications with the redirect http://localhost:9876/callback/ (the trailing slash is required).
OURA_CLIENT_SECRETsecretclient_secret of your Oura application. Only needed when running `oura-mcp --authorize` and when refreshing the token.
OURA_CREDENTIALSWhere the OAuth2 credentials file lives. Defaults to ~/.config/oura-mcp/credentials.json, mode 600.
OURA_PATsecretOura Personal Access Token. Only if you already had one: Oura stopped issuing them in December 2025.
OURA_PAT_FILEPath to a file holding the personal token. Preferable to OURA_PAT: an MCP server is registered in a JSON that gets backed up and shared when asking for help; a separate file rotates without touching the config.
{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<YOUR_OURA_SANDBOX>",
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<YOUR_OURA_CREDENTIALS>",
"OURA_PAT": "<YOUR_OURA_PAT>",
"OURA_PAT_FILE": "<YOUR_OURA_PAT_FILE>"
}
}
}
}{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<YOUR_OURA_SANDBOX>",
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<YOUR_OURA_CREDENTIALS>",
"OURA_PAT": "<YOUR_OURA_PAT>",
"OURA_PAT_FILE": "<YOUR_OURA_PAT_FILE>"
}
}
}
}{
"mcpServers": {
"oura-mcp": {
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<YOUR_OURA_SANDBOX>",
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<YOUR_OURA_CREDENTIALS>",
"OURA_PAT": "<YOUR_OURA_PAT>",
"OURA_PAT_FILE": "<YOUR_OURA_PAT_FILE>"
}
}
}
}{
"servers": {
"oura-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<YOUR_OURA_SANDBOX>",
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<YOUR_OURA_CREDENTIALS>",
"OURA_PAT": "<YOUR_OURA_PAT>",
"OURA_PAT_FILE": "<YOUR_OURA_PAT_FILE>"
}
}
}
}claude mcp add oura-mcp --env OURA_SANDBOX=<YOUR_OURA_SANDBOX> --env OURA_CLIENT_ID=<YOUR_OURA_CLIENT_ID> --env OURA_CLIENT_SECRET=<YOUR_OURA_CLIENT_SECRET> --env OURA_CREDENTIALS=<YOUR_OURA_CREDENTIALS> --env OURA_PAT=<YOUR_OURA_PAT> --env OURA_PAT_FILE=<YOUR_OURA_PAT_FILE> -- uvx mcp-ouraRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.