Eight Sleep MCP
@elizabethtrykin
关于 Eight Sleep MCP
MCP server for 8sleep
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"8sleep-mcp": {
"command": "node",
"args": [
"build/index.js",
"getUsers"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Eight Sleep MCP?
An MCP server for accessing Eight Sleep Pod data via the Model Context Protocol. It connects AI assistants to sleep metrics, device controls, and alarm management, targeting users of Eight Sleep smart beds.
How to use Eight Sleep MCP?
Install Node.js (v16+), clone the repo, run npm install and npm run build, then configure a .env file with your Eight Sleep email, password, and user ID. Add the server to your MCP client (e.g., Claude Desktop) using the JSON config with environment variables.
Key features of Eight Sleep MCP
- User information & preference management
- Device power and status controls
- Temperature setting and scheduling (-100 to 100)
- Sleep data, scores, stages, HRV, heart rate, respiratory rate
- Alarm creation, update, and deletion
- Sleep timing and fitness trends
Use cases of Eight Sleep MCP
- Retrieve nightly sleep scores and stage breakdowns
- Adjust bed temperature before or during sleep
- Check if the user is currently in bed
- Manage weekly alarm schedules with vibration/sound options
- Monitor device water level and firmware status
FAQ from Eight Sleep MCP
Why is a user ID required?
The user ID avoids re-authenticating with email and password on every request. Obtain it once via the login API or by running the MCP client’s getUsers function, then add it to your configuration.
What are the runtime requirements?
Node.js version 16 or higher is required. An active Eight Sleep account is also necessary.
Are the client ID and client secret mandatory?
No, EIGHT_SLEEP_CLIENT_ID and EIGHT_SLEEP_CLIENT_SECRET are optional and not needed for basic functionality.
How do I configure Eight Sleep MCP for Claude Desktop?
Add a JSON entry to Claude Desktop’s MCP server configuration with the absolute path to build/index.js and the required environment variables (EIGHT_SLEEP_EMAIL, EIGHT_SLEEP_PASSWORD, EIGHT_SLEEP_USER_ID). Restart Claude Desktop after saving.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论