Skip to content
Zed

lifx mcp for Zed

io.github.mrfentmen/lifx-mcp

MCP server for LIFX lights: list, state, power control. Needs a free API token.

client:Zed transport:stdio runtime:npm

Install lifx mcp in Zed

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

{
  "context_servers": {
    "lifx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lifx-mcp"
      ]
    }
  }
}

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

lifx mcp in other clients