Skip to content
VS Code

Shelly Smart Home for VS Code

io.github.buggy1111/shelly-mcp

Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.

client:VS Code transport:stdio runtime:pypi

Install Shelly Smart Home in VS Code

.vscode/mcp.json

{
  "servers": {
    "shelly-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shelly-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Shelly Smart Home in other clients