mathd_govee_mcp_server
0
Govee MCP Server is a tool for controlling Govee LED devices using the Model Context Protocol (MCP) via the Govee API. It offers a variety of features including turning the device on or off, setting its color and brightness levels, and provides a command-line interface for ease of use.
Govee MCP Server
An MCP server for controlling Govee LED devices through the Govee API.
Setup
- Create a
.env
file with the following variables:- GOVEE_API_KEY
- GOVEE_DEVICE_ID
- GOVEE_SKU
- Get these values from the Govee Developer Portal and Govee Home app.
Installation
- Install via Smithery or manually with pip.
Usage
- MCP server tools for controlling Govee devices include turning on/off, setting color, and setting brightness.
- Command Line Interface provides direct control options.
Development
- Run tests using pytest with separate server and CLI tests.