MCP Philips Hue
Rank #4,382io.github.m2ai-mcp-servers/mcp-philips-hue
MCP server providing philips-hue capabilities
MCP Philips Hue is a Model Context Protocol (MCP) server published by m2ai-mcp-servers. It ranks #4,382 of 115,460 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. MCP Philips Hue is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 19, 2026 and most recently updated on Jan 19, 2026.
Ranks ahead of 111,078 of 115,460 servers on MCP Toplist.
Use MCP Philips Hue
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-philips-hue -e "HUE_BRIDGE_IP=<your HUE_BRIDGE_IP>" -e "HUE_API_KEY=<your HUE_API_KEY>" -- npx -y mcp-philips-hueReplace each placeholder with your own value before saving.
[mcp_servers.mcp-philips-hue]
command = "npx"
args = ["-y", "mcp-philips-hue"]
[mcp_servers.mcp-philips-hue.env]
HUE_BRIDGE_IP = "<your HUE_BRIDGE_IP>"
HUE_API_KEY = "<your HUE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "<your HUE_BRIDGE_IP>",
"HUE_API_KEY": "<your HUE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "<your HUE_BRIDGE_IP>",
"HUE_API_KEY": "<your HUE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-philips-hue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "<your HUE_BRIDGE_IP>",
"HUE_API_KEY": "<your HUE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "<your HUE_BRIDGE_IP>",
"HUE_API_KEY": "<your HUE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
],
"env": {
"HUE_BRIDGE_IP": "<your HUE_BRIDGE_IP>",
"HUE_API_KEY": "<your HUE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.m2ai-mcp-servers%2Fmcp-philips-hue)<a href="https://mcptoplist.com/server/io.github.m2ai-mcp-servers%2Fmcp-philips-hue"><img src="https://mcptoplist.com/badge/io.github.m2ai-mcp-servers%2Fmcp-philips-hue.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
m2ai-mcp-servers
Other servers by m2ai-mcp-servers
- MCP Dyson Appliances#1,171 · 2 vers
- MCP Christensen#31,750 · 2 vers
- Dyson Sphere Program#39,432
- MCP Ratchet Clinical Charting#50,036 · 1 ver
- Loom Advisor#91,701
- n8n Advisor#91,702
- VideoGen Advisor#91,703
- mcp-mirage-brand-extract#100,573
- Notion Advisor#100,574
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Philips Hue?
- MCP Philips Hue is maintained by m2ai-mcp-servers, which publishes 10 MCP servers (7 total versions) tracked on MCP Toplist.
- Is MCP Philips Hue listed on the Official MCP Registry?
- Yes — MCP Philips Hue is listed on the Official MCP Registry.
- How many versions does MCP Philips Hue have?
- MCP Toplist tracks 2 versions of MCP Philips Hue, most recently published on Jan 19, 2026.
- Where can I find the source code for MCP Philips Hue?
- The source code for MCP Philips Hue is hosted at github.com/m2ai-mcp-servers/mcp-philips-hue.