What is the Shelly Smart Home MCP server?
Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.
How to install Shelly Smart Home
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shelly-mcp": {
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shelly-mcp": {
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shelly-mcp": {
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shelly-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}Claude Code
claude mcp add shelly-mcp -- uvx shelly-mcpRelated MCP servers
Anonymize PII & redact text (GDPR): Czech + 35-lang NER, morphology, translation, spellcheck
0
View repository →Python