MCP Server
MCP
io.github.Evin009/smartrent-mcp
Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude
Install
uvx smartrent-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "smartrent-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your SmartRent account email",
"isRequired": true,
"format": "string",
"name": "SMARTRENT_EMAIL"
},
{
"description": "Your SmartRent account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SMARTRENT_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment