Govee MCP Server
@mathd
Govee MCP Server について
MCP Server to control govee lights
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"govee_mcp_server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mathd/govee_mcp_server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Govee MCP Server?
An MCP server for controlling Govee LED devices through the Govee API. It provides both an MCP tool interface for clients like Cline and a standalone command‑line interface for direct control.
How to use Govee MCP Server?
Set up three environment variables (GOVEE_API_KEY, GOVEE_DEVICE_ID, GOVEE_SKU) in a .env file. Install via Smithery (npx -y @smithery/cli install @mathd/govee_mcp_server) or manually with pip install .. Then use the MCP server’s tools (turn_on_off, set_color, set_brightness) or the CLI commands (govee-cli power, govee-cli color, govee-cli brightness).
Key features of Govee MCP Server
- Turn Govee LEDs on or off via MCP tool or CLI
- Set LED color using RGB values (0–255)
- Set LED brightness level (0–100)
- Works with MCP clients such as Cline and Claude Desktop
- Installable automatically via Smithery or manually with pip
- CLI provides direct terminal control without an MCP client
Use cases of Govee MCP Server
- Control Govee smart lights from an MCP‑aware AI assistant like Claude Desktop
- Script light changes (power, color, brightness) from the command line
- Integrate Govee lighting into automated workflows or home‑automation pipelines
- Test or debug Govee device interactions using the CLI with real API calls
FAQ from Govee MCP Server
How do I get my API key and device ID?
Get your API key from the Govee Developer Portal, then use the Govee Home app to find your device ID and SKU.
What MCP tools does the server provide?
It provides three tools: turn_on_off (power), set_color (RGB), and set_brightness (0–100).
Can I control the lights from the terminal without an MCP client?
Yes. The installed CLI offers commands govee-cli power, govee-cli color, and govee-cli brightness for direct control.
What environment variables are required?
You must set GOVEE_API_KEY, GOVEE_DEVICE_ID, and GOVEE_SKU in a .env file or environment.
How is the server installed?
You can install it automatically using Smithery (npx -y @smithery/cli install @mathd/govee_mcp_server) or manually with pip install . from the source directory.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント