Back to Browse

Eight Sleep MCP Server

Developer ToolsLow Risk10.0Local
Free

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

About

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Eight Sleep account email. Optional when configured with eight-sleep-mcp-server setup.Optional

Environment variable: EIGHT_SLEEP_EMAIL

Eight Sleep account password. Prefer the setup command so this secret is stored in ~/.eight-sleep-mcp/config.json (chmod 600) instead of MCP client config.Required

Environment variable: EIGHT_SLEEP_PASSWORD

Set to true to enable write tools (set_temperature, set_side, set_away_mode, snooze/dismiss alarm). Default false (read-only).Optional

Environment variable: EIGHT_SLEEP_ALLOW_MUTATIONS

Optional payload mode: summary, structured, or raw. Defaults to structured.Optional

Environment variable: EIGHT_SLEEP_PRIVACY_MODE

Optional SQLite cache toggle. Set to true or sqlite to enable.Optional

Environment variable: EIGHT_SLEEP_CACHE

Optional local token path. Defaults to ~/.eight-sleep-mcp/tokens.json.Optional

Environment variable: EIGHT_SLEEP_TOKEN_PATH

Optional override for the Android-app client_id default.Optional

Environment variable: EIGHT_SLEEP_CLIENT_ID

Optional override for the Android-app client_secret default.Required

Environment variable: EIGHT_SLEEP_CLIENT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-eight-sleep-mcp": {
      "env": {
        "EIGHT_SLEEP_CACHE": "your-eight-sleep-cache-here",
        "EIGHT_SLEEP_EMAIL": "your-eight-sleep-email-here",
        "EIGHT_SLEEP_PASSWORD": "your-eight-sleep-password-here",
        "EIGHT_SLEEP_CLIENT_ID": "your-eight-sleep-client-id-here",
        "EIGHT_SLEEP_TOKEN_PATH": "your-eight-sleep-token-path-here",
        "EIGHT_SLEEP_PRIVACY_MODE": "your-eight-sleep-privacy-mode-here",
        "EIGHT_SLEEP_CLIENT_SECRET": "your-eight-sleep-client-secret-here",
        "EIGHT_SLEEP_ALLOW_MUTATIONS": "your-eight-sleep-allow-mutations-here"
      },
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!