Back to MCP Servers
Oura
An MCP server for Oura, an app for tracking sleep
other-tools-and-integrations
By tomekkorbak
Installation
npx -y oura-mcp-serverConfiguration
{
"mcpServers": {
"oura-mcp-server": {
"command": "npx",
"args": ["-y", "oura-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes