mcpbeat Sign in

Simplisafe MCP Server

local only

Simplisafe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 298 installs a week from npm. Last commit 15 Sep 2026.

Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks

Installs per day peak 364 · avg 15
a month agotoday
298
Installs / week
npm · simplisafe-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Simplisafe 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 simplisafe-mcp -- npx -y simplisafe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "simplisafe-mcp": {
      "args": [
        "-y",
        "simplisafe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.simplisafe-mcp]
command = "npx"
args = ["-y", "simplisafe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "simplisafe-mcp": {
      "args": [
        "-y",
        "simplisafe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "simplisafe-mcp": {
      "args": [
        "-y",
        "simplisafe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIMPLISAFE_REFRESH_TOKEN (OAuth refresh token from the one-time browser login (scripts/bootstrap-auth.mjs)), SIMPLISAFE_TOKEN_CACHE (Set to false to disable the on-disk token cache and re-authenticate on every process start. Defaults to enabled.), SIMPLISAFE_TOKEN_FILE (Absolute path for the token cache file. Defaults to $MCP_DATA_DIR/.simplisafe-mcp/token.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Simplisafe MCP

same job, measured the same way
Smartrent MCP
by evin009

Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude

69 installs/wk local only
Chirp Home Automation
by chirpwireless

Check, add and control the smart home sensors and automations in your own Chirp home.

answering
AI Consensus
by thestevenjohnstone

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

32 installs/wk local only
Evidence Gate
by dailyaiagents

Local checks for artifacts, declared claim evidence, and citation containment.

273 installs/wk local only
Release Gate
by dailyaiagents

Local completion-contract checks and release receipts.

265 installs/wk local only
Conta Simples
by mcp-dir

Business finance on Conta Simples, bank and card statements, corporate cards (list/block/unblock), c

24 tools answering
Share Artifacts
by arunai30

Publish and update safe static HTML reports, presentations, and explainers with controlled sharing.

answering
Acp MCP Server
by agenticcontrolplane

See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.

answering

Simplisafe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Simplisafe MCP?
Simplisafe 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 simplisafe-mcp was installed 298 times last week.
How do I connect Simplisafe 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 simplisafe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Simplisafe MCP?
The npm package simplisafe-mcp was installed 298 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Simplisafe MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.