Skip to content
Claude Desktop

simplisafe mcp for Claude Desktop

io.github.chrischall/simplisafe-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install simplisafe mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simplisafe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "simplisafe-mcp"
      ],
      "env": {
        "SIMPLISAFE_REFRESH_TOKEN": "<SIMPLISAFE_REFRESH_TOKEN>",
        "SIMPLISAFE_TOKEN_CACHE": "<SIMPLISAFE_TOKEN_CACHE>",
        "SIMPLISAFE_TOKEN_FILE": "<SIMPLISAFE_TOKEN_FILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

simplisafe mcp in other clients