Skip to content
Cursor

smartrent mcp for Cursor

io.github.evin009/smartrent-mcp

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

client:Cursor transport:stdio runtime:pypi

Install smartrent mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

smartrent mcp in other clients