Skip to content
Gemini CLI

smartrent mcp for Gemini CLI

io.github.evin009/smartrent-mcp

Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude

client:Gemini CLI transport:stdio runtime:pypi

Install smartrent mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "smartrent-mcp": {
      "command": "uvx",
      "args": [
        "smartrent-mcp"
      ],
      "env": {
        "SMARTRENT_EMAIL": "<SMARTRENT_EMAIL>",
        "SMARTRENT_PASSWORD": "<SMARTRENT_PASSWORD>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

smartrent mcp in other clients