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
Home Assistant MCP Server
home

Home Assistant MCP Server MCP Server

Official Home Assistant smart home control

home-assistantsmart-homeiotofficial

About

## Home Assistant MCP Server: Open-Source Smart Home The **Home Assistant MCP Server** integrates Home Assistant into Google Antigravity, enabling AI-assisted smart home control, automation management, and device integration across hundreds of platforms. ### Why Home Assistant MCP? - **Integration Rich**: 2000+ integrations for every smart home platform - **Automation Engine**: Powerful YAML and visual automation builder - **Privacy Focused**: Local control without cloud dependency - **Active Community**: Large community with constant improvements - **Customizable**: Fully customizable dashboards and interfaces ### Key Features #### 1. Device 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 all lights in the living room and set thermostat to 72F" }] ) ``` #### 2. Entity States ```python # Query states response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get status of all sensors and report any unusual readings" }] ) ``` #### 3. Automations ```python # Create automations response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create automation to turn off all lights when everyone leaves home" }] ) ``` #### 4. Scenes ```python # Manage scenes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Activate movie night scene and dim all lights to 20%" }] ) ``` ### Configuration ```json { "mcpServers": { "home-assistant": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-home-assistant"], "env": { "HASS_URL": "http://homeassistant.local:8123", "HASS_TOKEN": "your-long-lived-access-token" } } } } ``` ### Use Cases **Smart Home Hub**: Central control for all smart home devices. **Energy Management**: Monitor and optimize energy usage. **Security**: Integrate cameras, locks, and sensors. **Automation**: Create sophisticated home automations. The Home Assistant MCP Server brings comprehensive smart home control into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "home-assistant": {
      "mcpServers": {
        "home-assistant": {
          "url": "http://your-home-assistant:8123/mcp",
          "type": "streamable-http"
        }
      }
    }
  }
}

How to Use

  1. 1Enable MCP Server integration in HA
  2. 2Configure via Home Assistant UI
  3. 3Requires Home Assistant 2025.2+

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