MCP Server
MCP
io.github.proscar87/oura-mcp
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
Install
uvx mcp-oura
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-oura",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 1 to use Oura's official synthetic data with no credentials. The recommended way to try the server before authenticating.",
"name": "OURA_SANDBOX"
},
{
"description": "client_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).",
"name": "OURA_CLIENT_ID"
},
{
"description": "client_secret of your Oura application. Only needed when running `oura-mcp --authorize` and when refreshing the token.",
"isSecret": true,
"name": "OURA_CLIENT_SECRET"
},
{
"description": "Where the OAuth2 credentials file lives. Defaults to ~/.config/oura-mcp/credentials.json, mode 600.",
"name": "OURA_CREDENTIALS"
},
{
"description": "Oura Personal Access Token. Only if you already had one: Oura stopped issuing them in December 2025.",
"isSecret": true,
"name": "OURA_PAT"
},
{
"description": "Path 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.",
"name": "OURA_PAT_FILE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment