simplisafe-mcp

chrischall/simplisafe-mcp
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server for SimpliSafe — check system state and sensors, review events, arm/disarm, and control smart locks
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simplisafe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/simplisafe-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [SimpliSafe](https://simplisafe.com) 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

Tools (10)

simplisafe_get_eventssimplisafe_get_pinssimplisafe_get_settingssimplisafe_get_systemsimplisafe_healthchecksimplisafe_list_lockssimplisafe_list_sensorssimplisafe_list_systemssimplisafe_set_alarm_statesimplisafe_set_lock_state