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 FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 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
OpenHAB MCP
🏡

OpenHAB MCP MCP Server

Open-source home automation platform.

openhabhome-automationopensourcesmart-home

About

## OpenHAB MCP Server: Smart Home Automation The **OpenHAB MCP Server** integrates openHAB home automation into Google Antigravity, enabling AI-assisted smart home control, rule creation, and device management across protocols. ### Why OpenHAB MCP? - **Vendor Neutral**: Support for 400+ integrations across brands - **Rule Engine**: Powerful automation with flexible rules - **Persistence**: Store and chart historical data - **User Interfaces**: Multiple UI options including mobile apps - **Community**: Large active community and add-on ecosystem ### Key Features #### 1. Item Control ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all openHAB items and control living room thermostat" }] ) ``` #### 2. Thing Management ```python # Manage things response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show all discovered things and add new Zigbee device" }] ) ``` #### 3. Rules ```python # Create rules response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create rule to turn on porch lights at sunset" }] ) ``` #### 4. Sitemaps ```python # Configure UI response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Update sitemap to add new room with its devices" }] ) ``` ### Configuration ```json { "mcpServers": { "openhab": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-openhab"], "env": { "OPENHAB_URL": "http://localhost:8080", "OPENHAB_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Smart Home Hub**: Central control for multi-vendor smart home. **Automation**: Create sophisticated home automation rules. **Energy Management**: Monitor and optimize energy usage. **Security**: Integrate and automate security systems. The OpenHAB MCP Server brings comprehensive home automation into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "openhab": {}
  }
}

How to Use

    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