Shelly Smart Home for Grok
io.github.buggy1111/shelly-mcp
Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.
client:Grok
transport:stdio
runtime:pypi
Install Shelly Smart Home in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shelly-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs