MCP Philips Hue runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm.
MCP server for Philips Hue smart lighting control
The linked repository no longer exists on GitHub — it was deleted or made private.
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 mcp-philips-hue -- npx -y mcp-philips-hue
{
"mcpServers": {
"mcp-philips-hue": {
"args": [
"-y",
"mcp-philips-hue"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-philips-hue]
command = "npx"
args = ["-y", "mcp-philips-hue"]
{
"mcpServers": {
"mcp-philips-hue": {
"args": [
"-y",
"mcp-philips-hue"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-philips-hue": {
"args": [
"-y",
"mcp-philips-hue"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.