Oura Ring
Quality Score
85
/100
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<oura_client_id>",
"OURA_CLIENT_SECRET": "<your-oura_client_secret>",
"OURA_CALLBACK_PORT": "<oura_callback_port>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<oura_client_id>",
"OURA_CLIENT_SECRET": "<your-oura_client_secret>",
"OURA_CALLBACK_PORT": "<oura_callback_port>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @yasuakiomokawa/oura-mcp§02 Environment variables
OURA_CLIENT_IDOptional. Alternative to `npx oura-mcp configure`. Both OURA_CLIENT_ID and OURA_CLIENT_SECRET must be set together.
OURA_CLIENT_SECRETsecret
Optional. See OURA_CLIENT_ID.
OURA_CALLBACK_PORTOAuth callback port (default 54321)
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.