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
Node-RED MCP
🔴

Node-RED MCP MCP Server

Low-code programming for IoT.

noderediotlowcodeflows

About

## Node-RED MCP Server: Flow-Based IoT Programming The **Node-RED MCP Server** integrates Node-RED visual programming into Google Antigravity, enabling AI-assisted flow creation, node management, and IoT workflow automation. ### Why Node-RED MCP? - **Visual Programming**: Build IoT flows with drag-and-drop interface - **Node Library**: Thousands of community nodes for any integration - **Protocol Support**: HTTP, MQTT, WebSocket, and many more - **Dashboard**: Built-in dashboard for IoT visualization - **Flow Sharing**: Import and export flows easily ### Key Features #### 1. Flow 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 Node-RED flows and their enabled status" }] ) ``` #### 2. Flow Creation ```python # Create flows response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create Node-RED flow to read MQTT sensor data and store in database" }] ) ``` #### 3. Node Installation ```python # Install nodes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Install Telegram bot node package for notifications" }] ) ``` #### 4. Flow Deployment ```python # Deploy flows response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Deploy updated flows and verify execution" }] ) ``` ### Configuration ```json { "mcpServers": { "nodered": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-nodered"], "env": { "NODERED_URL": "http://localhost:1880", "NODERED_API_KEY": "your-api-key" } } } } ``` ### Use Cases **IoT Integration**: Connect IoT devices and services visually. **Data Processing**: Build data transformation pipelines. **Automation**: Create event-driven automation flows. **Prototyping**: Rapidly prototype IoT solutions. The Node-RED MCP Server brings visual IoT programming into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "nodered": {}
  }
}

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