8
n8n 中文网amn8n.com

通过MCP服务器向AI代理提供Zoom会议操作

中级

这是一个Engineering, AI领域的自动化工作流,包含 8 个节点。主要使用 ZoomTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 通过MCP服务器向AI代理提供Zoom会议操作

前置要求
  • AI 服务 API Key(如 OpenAI、Anthropic 等)

使用的节点 (8)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "2dd5f113-2e0a-42b1-91de-35a1e66bd04b",
      "name": "工作流概览 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "204f1d23-c33e-4775-add2-ff249a3a1f20",
      "name": "Zoom 工具 MCP 服务器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -440,
        -100
      ],
      "webhookId": "5aa7e79a-4408-45b8-a9b6-39da01bc3f19",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e10938ff-cc22-4883-a86d-4bfc33905eda",
      "name": "创建会议",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -800,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a267e448-0124-4938-9564-9d200ff9b512",
      "name": "删除会议",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -580,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8de20282-bd8d-4909-9717-5f980bea8a42",
      "name": "获取会议",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -360,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4b56d2eb-8818-4ba5-a8ff-4fb9cc01c4f5",
      "name": "获取多个会议",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        -140,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a7097408-57f5-4a9c-b8fe-1b9b32ce4c08",
      "name": "更新会议",
      "type": "n8n-nodes-base.zoomTool",
      "position": [
        80,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "beb0238a-2441-443f-ab29-ff1fb7790f44",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Get a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a meeting": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many meetings": {
      "ai_tool": [
        [
          {
            "node": "Zoom Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 工程, 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量8
分类2
节点类型3
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部链接
在 n8n.io 查看

分享此工作流