PipedreamのMCPサーバ

中級

これはSupport Chatbot, AI Chatbot分野の自動化ワークフローで、8個のノードを含みます。主にAgent, ChatTrigger, LmChatOpenAi, McpClientTool, MemoryBufferWindowなどのノードを使用。 GPT-4、Pipedreamを使ったCalendly・Gmail統合型スケーラブルAIチャットボットの構築

前提条件
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "muEszdmquRYSUdM9",
  "meta": {
    "instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
    "templateCredsSetupCompleted": true
  },
  "name": "Pipedream's MCP server",
  "tags": [],
  "nodes": [
    {
      "id": "d498ed94-65f4-4560-a186-ba324506f73f",
      "name": "チャットメッセージ受信時",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        16,
        -64
      ],
      "webhookId": "79dae454-ccf5-4129-8197-f79bf5add978",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "866a327c-22a2-4a3a-8993-75ae9e836c71",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        240,
        -64
      ],
      "parameters": {
        "options": {
          "systemMessage": "You are a helpful assistant"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "457b6172-4519-4bf9-aa84-44dbf14befb6",
      "name": "OpenAI チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        112,
        144
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "TefveNaDaMERl1hY",
          "name": "OpenAi account (Eure)"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "cd652804-a75c-4efd-b197-92810f94bb5f",
      "name": "Calendly",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        400,
        144
      ],
      "parameters": {
        "sseEndpoint": "https://mcp.pipedream.net/xxx/calendly_v2"
      },
      "typeVersion": 1
    },
    {
      "id": "ae996f82-1e34-486a-af82-2fdcfe32c3d9",
      "name": "シンプルメモリ",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        256,
        144
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "4465fc4e-68b0-456d-828a-bff296038a34",
      "name": "Gmail",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        512,
        144
      ],
      "parameters": {
        "sseEndpoint": "https://mcp.pipedream.net/xxx/gmail"
      },
      "typeVersion": 1
    },
    {
      "id": "32e919f8-6e73-4aa3-9148-93f920930f3b",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        -768
      ],
      "parameters": {
        "width": 624,
        "height": 656,
        "content": "## Pipedream's MCP server\n\nAdd 2,700+ APIs and 10,000+ tools to your AI assistant for free. Connect your accounts securely and revoke access at any time.\n\n![image](https://n3wstorage.b-cdn.net/n3witalia/pipedream_1.png)\n"
      },
      "typeVersion": 1
    },
    {
      "id": "79a54171-4f68-418c-8ad2-b30e2ed23fe5",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        -768
      ],
      "parameters": {
        "width": 624,
        "height": 656,
        "content": "### How to work\n\n- Sign up on [Pipedream](https://mcp.pipedream.com/)\n- Manage your MCP server and connected accounts\n- Copy and paste your MCP Server URL https://mcp.pipedream.net/xxx/{app_slug} into the MCP SSE Endpoint node in n8n.\n\nExample:\n- https://mcp.pipedream.net/xxx/calendly_v2 for Calendly\n- https://mcp.pipedream.net/xxx/calendly_v2 for Gmail\n\n\n![image](https://n3wstorage.b-cdn.net/n3witalia/pipedream_2.png)"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d75b30d2-ecdf-4ac7-8d4b-72c5961c7a7c",
  "connections": {
    "4465fc4e-68b0-456d-828a-bff296038a34": {
      "ai_tool": [
        [
          {
            "node": "866a327c-22a2-4a3a-8993-75ae9e836c71",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "cd652804-a75c-4efd-b197-92810f94bb5f": {
      "ai_tool": [
        [
          {
            "node": "866a327c-22a2-4a3a-8993-75ae9e836c71",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ae996f82-1e34-486a-af82-2fdcfe32c3d9": {
      "ai_memory": [
        [
          {
            "node": "866a327c-22a2-4a3a-8993-75ae9e836c71",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "457b6172-4519-4bf9-aa84-44dbf14befb6": {
      "ai_languageModel": [
        [
          {
            "node": "866a327c-22a2-4a3a-8993-75ae9e836c71",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "d498ed94-65f4-4560-a186-ba324506f73f": {
      "main": [
        [
          {
            "node": "866a327c-22a2-4a3a-8993-75ae9e836c71",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - サポートチャットボット, AIチャットボット

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

OpenAI GPT-4 Miniを活用したBaserowデータベース検索AIチャットボット
OpenAI GPT-4 Miniを使用してBaserowデータベースを検索するAIチャットボット
Baserow Tool
Agent
Chat Trigger
+
Baserow Tool
Agent
Chat Trigger
9 ノードGegenfeld
サポートチャットボット
マルチプラットフォーム版ECアシスタント
GPT-4o、Gemini、RAGを統合したShopifyとWooCommerce向けのECアシスタント
If
Merge
Graphql Tool
+
If
Merge
Graphql Tool
32 ノードHarsh Maniya
サポートチャットボット
メールニュースMCPテンプレート
メール案内作成とニュースリサーチアシスタント - OpenAI、Gmail、Tavily、Perplexityの統合
Gmail Tool
Perplexity Tool
Agent
+
Gmail Tool
Perplexity Tool
Agent
18 ノードAutomate With Marc
AIチャットボット
AI駆動の複数ステップツール実行を備えたHVACスケジューリングエージェント
AIエージェント、Googleカレンダー、GmailによるHVACサービススケジューリングを自動化
Wait
Gmail
Webhook
+
Wait
Gmail
Webhook
30 ノードBhuvanesh R
サポートチャットボット
AIを使ったWhatsAppとGoogleスプレッドシート上でのレストラン予約の自動化
AIを使ってWhatsAppとGoogleスプレッドシートでレストランの予約を自動化
If
Filter
Whats App
+
If
Filter
Whats App
23 ノードBasil Irfan
サポートチャットボット
WhatsApp / Telegram WooCommerce注文サポート
Telegram と Gmail を使用したGemini と GPT を使用した WooCommerce カスタマーサポートの自動化
Set
Gmail
Merge
+
Set
Gmail
Merge
25 ノードAppStoneLab Technologies LLP
サポートチャットボット
ワークフロー情報
難易度
中級
ノード数8
カテゴリー2
ノードタイプ6
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者

Full-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34