
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mcp-philips-hue
Advanced tools
An MCP (Model Context Protocol) server for controlling Philips Hue smart lights.
http://<bridge-ip>/debug/clip.html/api with body: {"devicetype":"mcp-server#user"}username from the response - this is your API keynpx mcp-philips-hue
git clone https://github.com/m2ai-mcp-servers/mcp-philips-hue.git
cd mcp-philips-hue
npm install
npm run build
export HUE_BRIDGE_IP=192.168.1.x
export HUE_API_KEY=your-api-key-here
Add to your claude_desktop_config.json:
{
"mcpServers": {
"philips-hue": {
"command": "npx",
"args": ["-y", "mcp-philips-hue"],
"env": {
"HUE_BRIDGE_IP": "192.168.1.x",
"HUE_API_KEY": "your-api-key-here"
}
}
}
}
get_lights
set_brightness light_id="1" brightness=200
set_brightness light_id="all" brightness=100
# Using hex color
set_color light_id="1" color="#FF0000"
# Using color name
set_color light_id="1" color="blue"
# Using color temperature
set_color light_id="1" color="warm"
set_color light_id="all" color="2700K"
toggle_light light_id="1" state=true
toggle_light light_id="all" state=false
red, green, blue, yellow, orange, purple, pink, white, cyan, magenta
warm (2200K)soft (2500K)neutral (3500K)cool (5000K)daylight (6500K)2700K, 4000K, etc.# Watch mode
npm run dev
# Run tests
npm test
# Build
npm run build
npm test
MIT
Built autonomously by GRIMLOCK - Autonomous MCP Server Factory
FAQs
MCP server for Philips Hue smart lighting control
We found that mcp-philips-hue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.