Smartrent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from pypi. Last commit 17 Jun 2026.
Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add smartrent-mcp -- uvx smartrent-mcp
{
"mcpServers": {
"smartrent-mcp": {
"args": [
"smartrent-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.smartrent-mcp]
command = "uvx"
args = ["smartrent-mcp"]
{
"mcpServers": {
"smartrent-mcp": {
"args": [
"smartrent-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"smartrent-mcp": {
"args": [
"smartrent-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.