Skip to content
Grok

eight sleep mcp for Grok

io.github.davidmosiah/eight-sleep-mcp

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

client:Grok transport:stdio runtime:npm

Install eight sleep mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "eight-sleep-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "env": {
        "EIGHT_SLEEP_EMAIL": "<EIGHT_SLEEP_EMAIL>",
        "EIGHT_SLEEP_PASSWORD": "<EIGHT_SLEEP_PASSWORD>",
        "EIGHT_SLEEP_ALLOW_MUTATIONS": "<EIGHT_SLEEP_ALLOW_MUTATIONS>",
        "EIGHT_SLEEP_PRIVACY_MODE": "<EIGHT_SLEEP_PRIVACY_MODE>",
        "EIGHT_SLEEP_CACHE": "<EIGHT_SLEEP_CACHE>",
        "EIGHT_SLEEP_TOKEN_PATH": "<EIGHT_SLEEP_TOKEN_PATH>",
        "EIGHT_SLEEP_CLIENT_ID": "<EIGHT_SLEEP_CLIENT_ID>",
        "EIGHT_SLEEP_CLIENT_SECRET": "<EIGHT_SLEEP_CLIENT_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

eight sleep mcp in other clients