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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Zapier
zap

Zapier MCP Server

Workflow automation platform

automationworkflowsintegration

About

## Zapier MCP Server: No-Code Automation Platform The **Zapier MCP Server** connects Google Antigravity to the leading no-code automation platform, enabling developers to trigger zaps, manage workflows, and integrate with 5000+ applications. ### Why Zapier MCP? - **5000+ apps** - Connect to thousands of applications - **Zap triggers** - Start zaps programmatically - **Table access** - Read and write Zapier Tables data - **Transfer monitoring** - Track data transfer usage - **Multi-step zaps** - Complex multi-action workflows ### Key Features #### 1. Zap Management ```python # List zaps zaps = await mcp.call("zapier", "list_zaps", { "status": "on" }) for zap in zaps: print(f"{zap[\"title\"]}: {zap[\"status\"]}") # Enable/disable zap await mcp.call("zapier", "update_zap", { "zap_id": "123456", "status": "on" }) ``` #### 2. Webhook Triggers ```python # Trigger webhook zap result = await mcp.call("zapier", "trigger_webhook", { "webhook_url": "https://hooks.zapier.com/hooks/catch/xxx/yyy", "data": { "event": "new_signup", "email": "user@example.com", "plan": "pro" } }) print(f"Request ID: {result[\"request_id\"]}") ``` #### 3. Tables API ```python # List table records records = await mcp.call("zapier", "list_records", { "table_id": "table_xxx", "filters": {"status": "active"} }) # Create record new_record = await mcp.call("zapier", "create_record", { "table_id": "table_xxx", "fields": { "name": "John Doe", "email": "john@example.com" } }) # Update record await mcp.call("zapier", "update_record", { "table_id": "table_xxx", "record_id": "rec_123", "fields": {"status": "completed"} }) ``` #### 4. Transfer History ```python # Get task history history = await mcp.call("zapier", "get_task_history", { "zap_id": "123456", "status": "success", "limit": 50 }) for task in history: print(f"{task[\"performed_at\"]}: {task[\"status\"]}") ``` ### Configuration ```json { "mcpServers": { "zapier": { "command": "npx", "args": ["-y", "@anthropic/mcp-zapier"], "env": { "ZAPIER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Event Notifications**: Trigger multi-channel notifications from code. **Data Synchronization**: Keep data in sync across business tools. **Workflow Automation**: Start complex zaps from application events. **Table Management**: Use Zapier Tables as a lightweight database. The Zapier MCP Server connects your code to 5000+ applications.

Installation

Configuration
{
  "mcpServers": {
    "zapier": {
      "mcpServers": {
        "zapier": {
          "env": {
            "ZAPIER_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "zapier-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create Zapier account
  2. 2Get API key from developer settings
  3. 3Configure automations

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