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
Blynk MCP
📱

Blynk MCP MCP Server

IoT platform for connected hardware.

blynkiotmobilehardware

About

## Blynk MCP Server: IoT App Platform The **Blynk MCP Server** integrates Blynk IoT platform into Google Antigravity, enabling AI-assisted IoT app development, device control, and data visualization without writing mobile app code. ### Why Blynk MCP? - **No-Code Apps**: Build IoT control apps without mobile development - **Widget Library**: Drag-and-drop widgets for buttons, graphs, and displays - **Real-Time**: Low-latency communication with IoT devices - **Data Storage**: Built-in data storage and history - **Notifications**: Push notifications and alerts from devices ### 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": "Send command to Blynk device to turn on relay on pin V1" }] ) ``` #### 2. Data Reading ```python # Read device data response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get sensor readings from Blynk virtual pins V0 through V5" }] ) ``` #### 3. Notifications ```python # Send alerts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Send push notification when temperature exceeds threshold" }] ) ``` #### 4. Data History ```python # Access history response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get temperature history for the past 24 hours" }] ) ``` ### Configuration ```json { "mcpServers": { "blynk": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-blynk"], "env": { "BLYNK_AUTH_TOKEN": "your-auth-token", "BLYNK_SERVER": "blynk.cloud" } } } } ``` ### Use Cases **Home Automation**: Control smart home devices remotely. **Monitoring**: Monitor sensors and receive alerts. **Prototyping**: Quickly prototype IoT control interfaces. **Data Logging**: Log and visualize sensor data over time. The Blynk MCP Server brings IoT app development into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "blynk": {}
  }
}

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