mcpbeat Sign in

Govee MCP Server

by evefromwayback Your server? Claim it
local only

Govee runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from pypi. Last commit 16 Jun 2026.

LAN-first, cloud-fallback MCP server for Govee smart lights and devices.

Installs per day peak 21 · avg 10 · -27% w/w
a month agotoday
62
Installs / week
pypi · govee-mcp
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Govee every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add govee-mcp -- uvx govee-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "govee-mcp": {
      "args": [
        "govee-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.govee-mcp]
command = "uvx"
args = ["govee-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "govee-mcp": {
      "args": [
        "govee-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "govee-mcp": {
      "args": [
        "govee-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GOVEE_API_KEY (Govee Developer API key (Govee Home app: Profile > About Us > Apply for API Key). Needed for cloud control and non-LAN devices; LAN-only works without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Govee

same job, measured the same way
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
Shelly Smart Home
by buggy1111

Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.

104 installs/wk local only
County MCP
by gabrielmahia

MCP server for Kenyan county-government services and coordination

94 installs/wk local only
Brave DevTools MCP
by triuzzi

MCP server and CLI for Brave DevTools

644 installs/wk local only
Cloud Armor WAF Patrol MCP
by shigechika

MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks

169 installs/wk local only
MCP Philips Hue
by m2ai-mcp-servers

MCP server for Philips Hue smart lighting control

23 installs/wk local only
Datto RMM
by wyre-ai

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

local only
Datto RMM
by wyre-technology

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

local only

Govee — questions

Answers built from our own checks of this server.

Why is there no uptime for Govee?
Govee runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package govee-mcp was installed 62 times last week.
How do I connect Govee?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls govee-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Govee?
The pypi package govee-mcp was installed 62 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Govee open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.