Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Philips Hue MCP Server
sun

Philips Hue MCP Server MCP Server

Smart lighting control

huephilipslightingsmart-home

About

## Philips Hue MCP Server: Smart Lighting Control The **Philips Hue MCP Server** integrates Philips Hue smart lighting into Google Antigravity, enabling AI-assisted light control, scene management, and lighting automation. ### Why Philips Hue MCP? - **Quality Lighting**: Premium smart bulbs with excellent color accuracy - **Bridge Integration**: Direct integration with Hue Bridge - **Entertainment**: Sync lights with music and movies - **Accessories**: Support for switches, sensors, and accessories - **Automation**: Time and presence-based automations ### Key Features #### 1. Light Control ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Turn on bedroom lights at 50% brightness with warm white color" }] ) ``` #### 2. Scenes ```python # Activate scenes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Activate the Relax scene in the living room" }] ) ``` #### 3. Groups ```python # Manage groups response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all rooms and zones, and turn off all lights in upstairs zone" }] ) ``` #### 4. Schedules ```python # Create schedules response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create schedule to gradually brighten bedroom lights at 7 AM" }] ) ``` ### Configuration ```json { "mcpServers": { "philips-hue": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-philips-hue"], "env": { "HUE_BRIDGE_IP": "192.168.1.100", "HUE_USERNAME": "your-api-username" } } } } ``` ### Use Cases **Smart Lighting**: Control Hue lights throughout your home. **Ambiance**: Set mood lighting for any occasion. **Wake-Up Routines**: Gentle wake-up with gradual lighting. **Entertainment**: Sync lights with movies and music. The Philips Hue MCP Server brings smart lighting control into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "philips-hue": {
      "mcpServers": {
        "hue": {
          "env": {
            "HUE_USERNAME": "YOUR_USERNAME",
            "HUE_BRIDGE_IP": "YOUR_BRIDGE_IP"
          },
          "args": [
            "-y",
            "hue-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Control lights and scenes
  2. 2Smart home integration
  3. 3Philips Hue Bridge required

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers