Loading languages...
EI

eight_sleep

@elizabethtrykin3

MCP server for 8sleep

eight sleep
sleep tracking
smart bed
device control
health

# mcpServer Config

{
  "mcpServers": {
    "eight_sleep": {
      "command": "node",
      "args": [
        "/absolute/path/to/eight-sleep-mcp/build/index.js"
      ],
      "env": {
        "EIGHT_SLEEP_EMAIL": "your_email",
        "EIGHT_SLEEP_PASSWORD": "your_password",
        "EIGHT_SLEEP_USER_ID": "your_user_id",
        "EIGHT_SLEEP_CLIENT_ID": "your_client_id",
        "EIGHT_SLEEP_CLIENT_SECRET": "your_client_secret"
      }
    }
  }
}

# stdio

node /absolute/path/to/eight-sleep-mcp/build/index.js
Transport:
stdio
Language:
TypeScript
Created:3/16/2025
Updated:11/2/2025