Skip to main content
Glama

Nanoleaf MCP Server

by srnetadmin

connect_to_ip

Connect directly to a Nanoleaf device using its IP address and port to manage and control smart lighting settings via the Nanoleaf MCP Server.

Instructions

Connect to a Nanoleaf device at a specific IP address

Input Schema

NameRequiredDescriptionDefault
ipYesIP address of the Nanoleaf device
portNoPort number (default: 16021)

Input Schema (JSON Schema)

{ "properties": { "ip": { "description": "IP address of the Nanoleaf device", "type": "string" }, "port": { "default": 16021, "description": "Port number (default: 16021)", "type": "number" } }, "required": [ "ip" ], "type": "object" }
Install Server

Other Tools from Nanoleaf MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/srnetadmin/nanoleaf-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server