mcp-server-yeelight-lan
Enables control of Yeelight smart lights over local LAN, supporting on/off, brightness, color, temperature, and auto discovery.
README
Yeelight MCP Server using local LAN control
An MCP server to control your yeelight lights.
Demo
Enable LAN controll on Yellight devices
-
01 Select the light you would like to share. Slide to the left and click on the share icon.
-
02 Select a device.
-
03 Click "More" icon and choose "LAN control".
-
04 Enable LAN control.
<p float="left"> <img src="docs/image1.png" width="150" /> <img src="docs/image2.png" width="150" /> <img src="docs/image3.png" width="150" /> <img src="docs/image4.png" width="150" /> </p>
Getting started
Start by building the docker image
docker build -t mcp-server-docker .
Then add the MCP configuration to your MCP client
"mcpServers": {
"mcp-server-yeelight-lan": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/var/run/docker.sock:/var/run/docker.sock",
"mcp-server-yeelight-lan:latest"
]
}
}
Tested MCP Clients
- [x] Oterm
LLMs tested
- llama3.2:3b
- llama3.2:1b
- qwen2.5:32b-instruct
Tools
- turn on/off
- brightness
- color
- temperature
- auto discovery
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.