Shelly Smart Home runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from pypi. Last commit 10 Jun 2026.
Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.
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 shelly-mcp -- uvx shelly-mcp
{
"mcpServers": {
"shelly-mcp": {
"args": [
"shelly-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.shelly-mcp]
command = "uvx"
args = ["shelly-mcp"]
{
"mcpServers": {
"shelly-mcp": {
"args": [
"shelly-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"shelly-mcp": {
"args": [
"shelly-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.