Back to directory
srnetadmin/nanoleaf-mcp-server

srnetadmin/nanoleaf-mcp-server

@srnetadmin0

A Model Context Protocol (MCP) server for controlling Nanoleaf smart lights through MCP-compatible clients

nanoleafsmart-lightshome-automationdockerother

Installation & Configuration

{
  "mcpServers": {
    "nanoleaf": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--network=host",
        "-e",
        "NANOLEAF_IP=192.168.1.100",
        "-e",
        "NANOLEAF_AUTH_TOKEN=YourAuthTokenHere123456789",
        "-e",
        "NANOLEAF_PORT=16021",
        "-e",
        "NANOLEAF_PROTOCOL=http",
        "nanoleaf-mcp-server-nanoleaf-mcp-server"
      ],
      "env": {}
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/6/26
Updated
2026/2/3