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
Tasmota MCP
💡

Tasmota MCP MCP Server

Open-source firmware for ESP devices.

tasmotaespfirmwareopensource

About

## Tasmota MCP Server: Open-Source Firmware for IoT The **Tasmota MCP Server** integrates Tasmota firmware devices into Google Antigravity, enabling AI-assisted control of smart plugs, switches, and sensors running Tasmota firmware. ### Why Tasmota MCP? - **Local Control**: No cloud dependency for device control - **Wide Compatibility**: Run on hundreds of ESP-based devices - **MQTT Support**: Native MQTT for home automation integration - **Web Interface**: Built-in web UI for configuration - **Open Source**: Free and customizable firmware ### 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 Tasmota smart plug and check power consumption" }] ) ``` #### 2. Status Query ```python # Get status response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get status of all Tasmota devices including WiFi signal strength" }] ) ``` #### 3. Configuration ```python # Configure device response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Configure Tasmota device MQTT settings and topic names" }] ) ``` #### 4. Commands ```python # Send commands response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Send Tasmota command to set power-on state to last state" }] ) ``` ### Configuration ```json { "mcpServers": { "tasmota": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-tasmota"], "env": { "TASMOTA_MQTT_BROKER": "mqtt://localhost:1883", "TASMOTA_HTTP_ENABLED": "true" } } } } ``` ### Use Cases **Smart Plugs**: Control power outlets locally without cloud. **Lighting**: Manage smart switches and dimmers. **Energy Monitoring**: Track power usage of connected devices. **DIY Smart Home**: Build affordable smart home with flashed devices. The Tasmota MCP Server brings local IoT control into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "tasmota": {}
  }
}

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