shelly-mcp-server

grische/shelly-mcp-server
★ 0 stars Go 💻 Code/Dev Tools Updated 2d ago
MCP server for Shelly Plug
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shelly-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/grische/shelly-mcp-server@latest"
      ]
    }
  }
}