Shelly Smart Home for Cursor
io.github.buggy1111/shelly-mcp
Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.
client:Cursor
transport:stdio
runtime:pypi
Install Shelly Smart Home in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shelly-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shelly-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs