MCP Server
io.github.m2ai-mcp-servers/mcp-philips-hue MCP Server
io.github.m2ai-mcp-servers/mcp-philips-hue
What is the io.github.m2ai-mcp-servers/mcp-philips-hue MCP server?
MCP server for Philips Hue smart lighting control
How to install io.github.m2ai-mcp-servers/mcp-philips-hue
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
HUE_BRIDGE_IPrequiredIP address of your Philips Hue Bridge
HUE_API_KEYrequiredsecretYour Hue Bridge API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"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>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add mcp-philips-hue --env HUE_BRIDGE_IP=<YOUR_HUE_BRIDGE_IP> --env HUE_API_KEY=<YOUR_HUE_API_KEY> -- npx -y mcp-philips-hueRelated MCP servers
Clayton Christensen persona agent for strategic advisory using disruption theory
View repository →MCP server for controlling Dyson air purifiers and fans
View repository →MCP server for clinical charting with Claude - document patient visits to EMR
View repository →