Skip to content
Cline

smartrent mcp for Cline

io.github.evin009/smartrent-mcp

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

client:Cline transport:stdio runtime:pypi

Install smartrent mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

smartrent mcp in other clients