smartrent mcp for Zed
io.github.evin009/smartrent-mcp
Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude
client:Zed
transport:stdio
runtime:pypi
Install smartrent mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"smartrent-mcp": {
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<SMARTRENT_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs