https://github.com/johnie/oura-mcp
https://github.com/johnie/oura-mcp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnie/oura-mcp
- Owner: johnie
- Created: 2025-04-18T10:02:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T17:36:53.000Z (6 months ago)
- Last Synced: 2025-04-19T06:30:26.636Z (6 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - johnie/oura-mcp
README
# oura-mcp
An MCP server for [ouraring.com](https://ouraring.com/).
## Usage
Create an access token on [cloud.ouraring.com](https://cloud.ouraring.com/personal-access-tokens):
1. create a personal access token
2. copy the tokenJSON config for `oura-mcp` as `stdio` server:
```json
{
"mcpServers": {
"oura": {
"command": "bunx",
"args": ["-y", "oura-mcp"],
"env": {
"oura_ACCESS_TOKEN": ""
}
}
}
}
```Alternatively you can run it as:
- sse server: `npx -y oura-mcp --sse`
- streamable http server: `npx -y oura-mcp --http`## Capabilities
- Get Personal Info
- Get Daily Activity
- Get Daily Cardiovascular Age
- Get Daily Sleep
- Get Daily SpO2
- Get Daily Stress
- Get HeartRate`## License
MIT.