Skip to content
Cursor

eight sleep mcp for Cursor

io.github.davidmosiah/eight-sleep-mcp

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

client:Cursor transport:stdio runtime:npm

Install eight sleep mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

eight sleep mcp in other clients