oura-mcp-server-enhanced

josuhr/oura-mcp-server-enhanced
★ 1 stars Python 🔌 API Integration Updated 12d ago
MCP server for Oura data based on v2 API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oura-mcp-server-enha": {
      "command": "uvx",
      "args": [
        "oura-mcp-server-enhanced"
      ]
    }
  }
}

Or install with pip: pip install oura-mcp-server-enhanced