Oura MCP Server
@elizabethtrykin
关于 Oura MCP Server
An MCP server for oura
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"oura": {
"command": "node",
"args": [
"/absolute/path/to/oura-mcp/build/index.js"
],
"env": {
"OURA_PERSONAL_ACCESS_TOKEN": "your_token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Oura MCP Server?
Oura MCP Server is a Model Context Protocol (MCP) server that provides access to Oura Ring data. It enables developers to retrieve health metrics—such as sleep, activity, readiness, and stress—via MCP clients like Claude Desktop.
How to use Oura MCP Server?
Install Node.js v16+, clone the repository, run npm install and npm run build. Configure credentials in a .env file using a Personal Access Token (for testing) or OAuth2 credentials (for production). Test with node test.js <tool_name> <date> (e.g., node test.js get_daily_sleep 2023-05-01). For Claude Desktop, add the server to its MCP config with the oura key, specifying the build path and environment variable for the access token.
Key features of Oura MCP Server
- Accesses 15+ Oura Ring data resources (e.g., daily_sleep, daily_activity)
- Supports Personal Access Token and OAuth2 authentication
- Integrates directly with Claude Desktop via MCP
- Provides date‑filtered tools (e.g.,
get_daily_sleep) - Returns structured JSON for each resource
Use cases of Oura MCP Server
- Retrieve daily sleep summaries and detailed sleep data
- Fetch daily activity, readiness, and resilience scores
- Access workout and session data for fitness analysis
- Integrate Oura health metrics into AI‑powered applications
FAQ from Oura MCP Server
What prerequisites are needed?
Node.js v16+ and a valid Oura account. Credentials come from the Oura Cloud Console.
How do I authenticate with Oura MCP Server?
You can use a Personal Access Token (quick start) or OAuth2 client ID/secret (production). Set the appropriate environment variables in a .env file.
How do I integrate Oura MCP Server with Claude Desktop?
Add an oura entry to Claude Desktop’s MCP config file. Specify the command (node), the absolute path to build/index.js, and the access token as an environment variable.
What data does Oura MCP Server expose?
It exposes 15 resources including personal info, daily activity, sleep, readiness, workouts, sessions, SpO2, stress, resilience, cardiovascular age, and VO2 max.
How can I test a tool?
Run node test.js <tool_name> <date> from the project root, replacing <tool_name> with a tool like get_daily_sleep and <date> with a YYYY-MM-DD date.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论