MCP.so
登录

Govee MCP Server

@mathd

关于 Govee MCP Server

MCP Server to control govee lights

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

mathd

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器