Odel
simplisafe mcp

simplisafe mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsimplisafe-mcpv0.2.0

Run

npx -y simplisafe-mcp

MCP client config

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