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
Pipedream MCP Server
git-branch

Pipedream MCP Server MCP Server

2,500+ API integrations

pipedreamapisintegrationsautomation

About

## Pipedream MCP Server: Developer-First Workflow Automation The **Pipedream MCP Server** connects Google Antigravity to the code-first automation platform, enabling developers to build workflows with real code, trigger events, and integrate with APIs using familiar programming patterns. ### Why Pipedream MCP? - **Code-first** - Write real Node.js or Python in workflows - **Event sources** - Create custom event triggers - **HTTP triggers** - Instant webhook endpoints - **SQL querying** - Query workflow data with SQL - **Version control** - Git-based workflow management ### Key Features #### 1. Workflow Execution ```python # Trigger workflow result = await mcp.call("pipedream", "trigger_workflow", { "workflow_id": "p_xxx", "data": { "event": "new_order", "order_id": "ORD-12345" } }) print(f"Execution: {result[\"execution_id\"]}") # Get execution result execution = await mcp.call("pipedream", "get_execution", { "execution_id": result["execution_id"] }) ``` #### 2. Event Sources ```python # Create event source source = await mcp.call("pipedream", "create_source", { "name": "GitHub Issues", "app": "github", "component": "new-issue" }) # List events from source events = await mcp.call("pipedream", "list_events", { "source_id": source["id"], "limit": 10 }) ``` #### 3. HTTP Endpoints ```python # Get workflow endpoint endpoint = await mcp.call("pipedream", "get_endpoint", { "workflow_id": "p_xxx" }) print(f"URL: {endpoint[\"url\"]}") # Trigger via HTTP await mcp.call("pipedream", "http_trigger", { "url": endpoint["url"], "method": "POST", "data": {"action": "process"} }) ``` #### 4. Data Store ```python # Store data await mcp.call("pipedream", "set_data", { "key": "last_sync", "value": "2024-01-15T10:00:00Z" }) # Get data value = await mcp.call("pipedream", "get_data", { "key": "last_sync" }) ``` ### Configuration ```json { "mcpServers": { "pipedream": { "command": "npx", "args": ["-y", "@anthropic/mcp-pipedream"], "env": { "PIPEDREAM_API_KEY": "your-api-key" } } } } ``` ### Use Cases **API Integration**: Build integrations with real code, not just config. **Event Processing**: React to events from any connected source. **Webhook Endpoints**: Create instant API endpoints for workflows. **Data Pipelines**: Transform and route data between systems. The Pipedream MCP Server enables code-first workflow automation.

Installation

Configuration
{
  "mcpServers": {
    "pipedream": {
      "mcpServers": {
        "pipedream": {
          "url": "https://mcp.pipedream.com",
          "type": "streamable-http"
        }
      }
    }
  }
}

How to Use

  1. 12,500+ APIs
  2. 2Workflow automation
  3. 3Event triggers

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