Loading MCP server directory, please wait...
Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks
npx @getmcp/cli add io.github.chrischall/simplisafe-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SIMPLISAFE_REFRESH_TOKENOAuth refresh token from the one-time browser login (scripts/bootstrap-auth.mjs)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/simplisafe-mcp": {
"command": "npx",
"args": [
"-y",
"simplisafe-mcp"
],
"env": {
"SIMPLISAFE_REFRESH_TOKEN": ""
}
}
}
}