MCP Server
MCP
io.github.chrischall/simplisafe-mcp
Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "simplisafe-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth refresh token from the one-time browser login (scripts/bootstrap-auth.mjs)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SIMPLISAFE_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment