mcpbeat Sign in

Eight Sleep MCP Server

local only

Eight Sleep MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 213 · avg 26 · +317% w/w
a month agotoday
113
Installs / week
npm · eight-sleep-mcp-unofficial
4
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Eight Sleep MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eight-sleep-mcp -- npx -y eight-sleep-mcp-unofficial
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eight-sleep-mcp": {
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eight-sleep-mcp]
command = "npx"
args = ["-y", "eight-sleep-mcp-unofficial"]
.cursor/mcp.json
{
  "mcpServers": {
    "eight-sleep-mcp": {
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eight-sleep-mcp": {
      "args": [
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EIGHT_SLEEP_EMAIL (Eight Sleep account email. Optional when configured with eight-sleep-mcp-server setup.), EIGHT_SLEEP_PASSWORD (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.), EIGHT_SLEEP_ALLOW_MUTATIONS (Set to true to enable write tools (set_temperature, set_side, set_away_mode, snooze/dismiss alarm). Default false (read-only).), EIGHT_SLEEP_PRIVACY_MODE (Optional payload mode: summary, structured, or raw. Defaults to structured.), EIGHT_SLEEP_CACHE (Optional SQLite cache toggle. Set to true or sqlite to enable.), EIGHT_SLEEP_TOKEN_PATH (Optional local token path. Defaults to ~/.eight-sleep-mcp/tokens.json.), EIGHT_SLEEP_CLIENT_ID (Optional override for the Android-app client_id default.), EIGHT_SLEEP_CLIENT_SECRET (Optional override for the Android-app client_secret default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eight Sleep MCP

same job, measured the same way
Aiseg2 MCP
by chanyou0311

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

59 installs/wk local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

22 installs/wk local only
Wfirma MCP
by agente-dev

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

22 installs/wk local only
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 installs/wk local only
Chatroost — unofficial Telegram MCP server
by mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

1 231 installs/wk answering
Unofficial Tesoro High School MCP
by mattmireles

Read-only search over Tesoro High School's public documents. Unofficial, unaffiliated.

2 tools answering
Posokanei MCP
by charistas

Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.

32 installs/wk local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

62 installs/wk local only

Eight Sleep MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eight Sleep MCP?
Eight Sleep MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package eight-sleep-mcp-unofficial was installed 113 times last week.
How do I connect Eight Sleep MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eight-sleep-mcp-unofficial straight from npm; nothing to host, nothing to sign up for.
How many people use Eight Sleep MCP?
The npm package eight-sleep-mcp-unofficial was installed 113 times in the last week. Week over week that is +317%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eight Sleep MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.