Priyanshu-Prajapati/Smart-Bulb-MCP-Server
3.1
If you are the rightful owner of Smart-Bulb-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Smart Bulb MCP Server is a tool that allows LLM agents to control a smart bulb using the Model Context Protocol (MCP).
💡 Smart Bulb MCP Server
An MCP-compatible server to control a Smart Bulb. This tool allows LLM agents to interact with the bulb via a standard interface to turn it on/off, adjust brightness, change color, and query status.
🧠 What is MCP?
Model Context Protocol (MCP) is a protocol for building tools, agents, and multi-agent systems for use with LLMs. This repo implements a Tool Server that exposes a smart device controller via MCP.
📦 Features
- 🔌 Turn smart bulb on or off
- 💡 Adjust brightness
- 🎨 Change color (hex or RGB)
- 📊 Get current status of Bulb
- 🧠 MCP-compatible tool for LLM agents