MCP server for Philips Hue smart lighting control
claude mcp add mcp-philips-hue -- npx -y mcp-philips-hue
claude_desktop_config.json
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-philips-hue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-philips-hue": {
"command": "npx",
"args": [
"-y",
"mcp-philips-hue"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.m2ai-mcp-servers--mcp-philips-hue/reviews or the review_server meta-tool.
POST /mcp