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.
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.
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.
claude mcp add eight-sleep-mcp -- npx -y eight-sleep-mcp-unofficial
{
"mcpServers": {
"eight-sleep-mcp": {
"args": [
"-y",
"eight-sleep-mcp-unofficial"
],
"command": "npx"
}
}
}
[mcp_servers.eight-sleep-mcp]
command = "npx"
args = ["-y", "eight-sleep-mcp-unofficial"]
{
"mcpServers": {
"eight-sleep-mcp": {
"args": [
"-y",
"eight-sleep-mcp-unofficial"
],
"command": "npx"
}
}
}
{
"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.
Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.
Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.
Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.
Unofficial local MCP server for Livespace CRM with read tools and guarded writes.
Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.
Read-only search over Tesoro High School's public documents. Unofficial, unaffiliated.
Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.
MCP Server for Revit integration - AI-Powered Revit Control
Answers built from our own checks of this server.