Skip to content
Zed

wemo for Zed

io.github.apiarya/wemo

Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes

client:Zed transport:stdio runtime:pypi

Install wemo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "wemo": {
      "command": "uvx",
      "args": [
        "wemo-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wemo in other clients