Govee runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from pypi. Last commit 16 Jun 2026.
LAN-first, cloud-fallback MCP server for Govee smart lights and devices.
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.
claude mcp add govee-mcp -- uvx govee-mcp
{
"mcpServers": {
"govee-mcp": {
"args": [
"govee-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.govee-mcp]
command = "uvx"
args = ["govee-mcp"]
{
"mcpServers": {
"govee-mcp": {
"args": [
"govee-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"govee-mcp": {
"args": [
"govee-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.