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