Smartrent MCP Server
Rank #63,547io.github.Evin009/smartrent-mcp
Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude
Smartrent MCP Server is a Model Context Protocol (MCP) server published by evin009. It ranks #63,547 of 132,113 servers tracked on MCP Toplist. Smartrent MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 16, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 68,566 of 132,113 servers on MCP Toplist.
Use Smartrent MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add smartrent-mcp -e "SMARTRENT_EMAIL=<your SMARTRENT_EMAIL>" -e "SMARTRENT_PASSWORD=<your SMARTRENT_PASSWORD>" -- uvx smartrent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.smartrent-mcp]
command = "uvx"
args = ["smartrent-mcp"]
[mcp_servers.smartrent-mcp.env]
SMARTRENT_EMAIL = "<your SMARTRENT_EMAIL>"
SMARTRENT_PASSWORD = "<your SMARTRENT_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartrent-mcp": {
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<your SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<your SMARTRENT_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartrent-mcp": {
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<your SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<your SMARTRENT_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smartrent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<your SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<your SMARTRENT_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartrent-mcp": {
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<your SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<your SMARTRENT_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartrent-mcp": {
"command": "uvx",
"args": [
"smartrent-mcp"
],
"env": {
"SMARTRENT_EMAIL": "<your SMARTRENT_EMAIL>",
"SMARTRENT_PASSWORD": "<your SMARTRENT_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Evin009%2Fsmartrent-mcp)<a href="https://mcptoplist.com/server/io.github.Evin009%2Fsmartrent-mcp"><img src="https://mcptoplist.com/badge/io.github.Evin009%2Fsmartrent-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
evin009
Other servers by evin009
View all evin009 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 16, 2026 |
Frequently asked questions
- Who maintains Smartrent MCP Server?
- Smartrent MCP Server is maintained by evin009, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Smartrent MCP Server listed on the Official MCP Registry?
- Yes — Smartrent MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Smartrent MCP Server have?
- MCP Toplist tracks 1 version of Smartrent MCP Server, most recently published on Jun 16, 2026.
- Where can I find the source code for Smartrent MCP Server?
- The source code for Smartrent MCP Server is hosted at github.com/evin009/smartrent-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.