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
Tuya MCP
🏠

Tuya MCP MCP Server

IoT development platform for smart devices.

tuyaiotsmart-homedevices

About

## Tuya MCP Server: Smart Home Platform The **Tuya MCP Server** integrates Tuya IoT platform into Google Antigravity, enabling AI-assisted control of thousands of Tuya-compatible smart home devices from various manufacturers. ### Why Tuya MCP? - **Device Ecosystem**: Access thousands of compatible smart devices - **Cloud API**: Direct integration with Tuya Cloud services - **Local Control**: Optional local network control for faster response - **Automation**: Create device automation and scenes - **Multi-Brand**: Control devices from different manufacturers ### Key Features #### 1. Device Discovery ```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 Tuya devices and their current status" }] ) ``` #### 2. Device Control ```python # Control devices response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Turn on smart bulb and set brightness to 75%" }] ) ``` #### 3. Scenes ```python # Activate scenes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List available Tuya scenes and activate goodnight scene" }] ) ``` #### 4. Automation ```python # Create automation response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create automation to turn on lights when motion detected" }] ) ``` ### Configuration ```json { "mcpServers": { "tuya": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-tuya"], "env": { "TUYA_ACCESS_ID": "your-access-id", "TUYA_ACCESS_SECRET": "your-access-secret", "TUYA_REGION": "us" } } } } ``` ### Use Cases **Smart Home**: Control Tuya-based smart home devices. **Lighting**: Manage smart bulbs and light strips. **Energy**: Monitor smart plugs and energy usage. **Climate**: Control smart thermostats and AC units. The Tuya MCP Server brings smart home control into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "tuya": {}
  }
}

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