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
Particle MCP
⚡

Particle MCP MCP Server

IoT device cloud platform.

particleiotclouddevices

About

## Particle MCP Server: IoT Device Cloud The **Particle MCP Server** integrates Particle IoT platform into Google Antigravity, enabling AI-assisted device fleet management, firmware deployment, and cloud function execution for connected devices. ### Why Particle MCP? - **Integrated Hardware**: Purpose-built IoT development boards - **Device Cloud**: Managed cloud infrastructure for IoT - **OTA Updates**: Seamless over-the-air firmware updates - **Webhooks**: Easy integration with external services - **Fleet Management**: Manage device fleets at scale ### Key Features #### 1. Device Fleet ```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 Particle devices and their online status" }] ) ``` #### 2. Cloud Functions ```python # Call functions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Call cloud function on device to activate sensor" }] ) ``` #### 3. Variables ```python # Read variables response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get all exposed variables from device including sensor readings" }] ) ``` #### 4. Events ```python # Subscribe to events response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Subscribe to device events and show recent event history" }] ) ``` ### Configuration ```json { "mcpServers": { "particle": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-particle"], "env": { "PARTICLE_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Product Development**: Build connected products with Particle hardware. **Fleet Operations**: Manage device fleets remotely. **Data Collection**: Gather and process IoT sensor data. **Remote Control**: Control devices through cloud functions. The Particle MCP Server brings professional IoT development into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "particle": {}
  }
}

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