MCP Server
MCP
io.github.m2ai-mcp-servers/mcp-philips-hue
MCP server for Philips Hue smart lighting control
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-philips-hue",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IP address of your Philips Hue Bridge",
"isRequired": true,
"format": "string",
"name": "HUE_BRIDGE_IP"
},
{
"description": "Your Hue Bridge API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HUE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment