Back to Home
giogdev icon

shelly.mcpserver

Verified Safe

by giogdev

Overview

This server enables AI assistants to control Shelly smart home devices via the Shelly Cloud API.

Installation

Run Command
docker-compose up -d

Environment Variables

  • SHELLY_CLOUD_AUTHKEY
  • SHELLY_CLOUD_SERVER_URI

Security Notes

The project explicitly recommends placing sensitive API keys (SHELLY_CLOUD_AUTHKEY, SHELLY_CLOUD_SERVER_URI) in environment variables, which is good practice. No 'eval' or obfuscation is evident. The docker-compose.yml maps these to SHELLY_API_KEY and SHELLY_API_ENDPOINT inside the container. The server exposes port 80, which is standard for web services, but the 'docker attach' integration with Claude Desktop suggests an internal or localhost-proxied interaction, limiting public exposure if not explicitly configured otherwise.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-28

Tags

AI IntegrationHome AutomationShelly Cloud.NETDocker