Skip to content
Claude Desktop

smartrent mcp for Claude Desktop

io.github.evin009/smartrent-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install smartrent mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

smartrent mcp in other clients