Skip to content
Zed

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

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

{
  "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

smartrent mcp in other clients