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
ThingsBoard MCP
📊

ThingsBoard MCP MCP Server

Open-source IoT platform.

thingsboardiotplatformopensource

About

## ThingsBoard MCP Server: IoT Platform The **ThingsBoard MCP Server** integrates ThingsBoard IoT platform into Google Antigravity, enabling AI-assisted device management, data visualization, and IoT analytics for enterprise deployments. ### Why ThingsBoard MCP? - **Multi-Tenancy**: Support for multiple tenants and customers - **Real-Time Dashboards**: Customizable widgets and dashboards - **Rule Engine**: Complex event processing and automation - **Device Connectivity**: Support for MQTT, HTTP, CoAP, and LwM2M - **Scalable**: Horizontal scaling for millions of devices ### Key Features #### 1. Device Management ```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 devices in ThingsBoard with their attributes and telemetry" }] ) ``` #### 2. Telemetry ```python # Query telemetry response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get temperature telemetry for device over the past 24 hours" }] ) ``` #### 3. Rule Chains ```python # Configure rules response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create rule chain to alert when sensor value exceeds threshold" }] ) ``` #### 4. Dashboards ```python # Build dashboards response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create dashboard with real-time charts for sensor fleet" }] ) ``` ### Configuration ```json { "mcpServers": { "thingsboard": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-thingsboard"], "env": { "THINGSBOARD_URL": "http://localhost:8080", "THINGSBOARD_TOKEN": "your-jwt-token" } } } } ``` ### Use Cases **Enterprise IoT**: Deploy scalable IoT solutions for enterprise. **Asset Tracking**: Track and monitor physical assets. **Smart Buildings**: Manage building automation systems. **Industrial IoT**: Monitor industrial equipment and processes. The ThingsBoard MCP Server brings enterprise IoT management into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "thingsboard": {}
  }
}

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