What is the Oura Ring MCP server?
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
How to install Oura Ring
Copy-paste configuration for popular MCP clients.
OURA_CLIENT_IDOptional. Alternative to `npx oura-mcp configure`. Both OURA_CLIENT_ID and OURA_CLIENT_SECRET must be set together.
OURA_CLIENT_SECRETsecretOptional. See OURA_CLIENT_ID.
OURA_CALLBACK_PORTOAuth callback port (default 54321)
{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CALLBACK_PORT": "<YOUR_OURA_CALLBACK_PORT>"
}
}
}
}{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CALLBACK_PORT": "<YOUR_OURA_CALLBACK_PORT>"
}
}
}
}{
"mcpServers": {
"oura-mcp": {
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CALLBACK_PORT": "<YOUR_OURA_CALLBACK_PORT>"
}
}
}
}{
"servers": {
"oura-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yasuakiomokawa/oura-mcp"
],
"env": {
"OURA_CLIENT_ID": "<YOUR_OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<YOUR_OURA_CLIENT_SECRET>",
"OURA_CALLBACK_PORT": "<YOUR_OURA_CALLBACK_PORT>"
}
}
}
}claude mcp add oura-mcp --env OURA_CLIENT_ID=<YOUR_OURA_CLIENT_ID> --env OURA_CLIENT_SECRET=<YOUR_OURA_CLIENT_SECRET> --env OURA_CALLBACK_PORT=<YOUR_OURA_CALLBACK_PORT> -- npx -y @yasuakiomokawa/oura-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.