Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for SimpliSafe home security. Check whether the system is armed, review sensors and events, arm/disarm, and control smart locks β from Claude.
This server can disarm a home alarm and unlock doors. Every tool that changes physical state, plus the tool that reads alarm PINs, is gated behind an explicit
confirm: true. Without it, no request is sent at all and you get a dry-run preview of exactly what would happen. Install it only where you'd be comfortable with that capability.
Developed and maintained by AI (Claude Code).
| Tool | |
|---|---|
simplisafe_list_systems | Systems on the account with current alarm state |
simplisafe_get_system | One system's state, connectivity, base-station messages |
simplisafe_list_sensors | Sensors with battery / offline / triggered status, filterable |
simplisafe_list_locks | Smart locks with locked / unlocked / jammed state |
simplisafe_get_events | Recent base-station events (arm, disarm, opens, alarms) |
simplisafe_get_settings | Entry/exit delays, volumes, base-station health |
simplisafe_get_pins | Alarm PINs β cleartext, confirm-gated |
simplisafe_set_alarm_state | Arm home / arm away / disarm β confirm-gated |
simplisafe_set_lock_state | Lock / unlock a door β confirm-gated |
simplisafe_healthcheck | Auth + API reachability |
Supports SimpliSafe 3 systems. Legacy SS2 systems are rejected with an explanation rather than an opaque upstream 404.
Or add to .mcp.json:
SimpliSafe issues no API keys. The credential is an OAuth2 refresh token, minted by a browser login you perform one time:
The token is written to .env (mode 0600) after being verified against the live
API. SimpliSafe does not rotate refresh tokens, so it stays valid until you
sign out of all devices in the SimpliSafe app β which is how you revoke it.
Capturing the code: open DevTools β Network and tick Preserve log before
signing in; afterwards the browser fails to open a com.simplisafe.mobile://β¦
link, and that failed entry's link address is what you paste. The code is
single-use and expires in about two minutes.
Treat the resulting token like a house key: it grants full control of the alarm.
Calling a write tool without confirm: true sends nothing and returns a
preview, including a plain statement of the physical consequence:
With confirm: true, the tool executes and then re-reads the system to check
what actually happened, reporting confirmed, in_progress (the exit delay is
counting down), or unconfirmed. A 2xx is never treated as proof.
For quick one-off queries there's a curl-based skill in
skills/simplisafe-api/ β same API, no MCP
process, sharing the same refresh token.
Verified endpoint shapes live in docs/SIMPLISAFE-API.md, including several things that are easy to get backwards:
location.system.version, not the top-level
systemVersion;ss3/ prefix;numEvents has an undocumented hard ceiling of 50;settings.pins returns alarm codes in cleartext alongside harmless settings.Unofficial. Not affiliated with or endorsed by SimpliSafe. It uses the same private API the SimpliSafe mobile app uses, with your own account credentials. Use at your own discretion.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/simplisafe-mcp)<a href="https://allmcps.com/mcp/simplisafe-mcp"><img src="https://allmcps.com/api/badge/simplisafe-mcp?style=directory" alt="Simplisafe MCP on AllMCPs" /></a>