8
n8n 中文网amn8n.com

MCP Google日历

中级

这是一个Building Blocks, AI领域的自动化工作流,包含 6 个节点。主要使用 GoogleCalendarTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 MCP AI代理Google日历 - 创建、更新和管理事件

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

使用的节点 (6)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "9np0mcrtxQ8Zk9fQ",
  "meta": {
    "instanceId": "6a52f06a38696cfa8d3a5b70f84891fab02c428a5c2d448dcef39b1f17adf12b",
    "templateCredsSetupCompleted": true
  },
  "name": "MCP Google Calendar",
  "tags": [],
  "nodes": [
    {
      "id": "9d5a8ad9-68ec-4bcb-928e-d016b78c58ec",
      "name": "MCP 服务器触发器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        80,
        -60
      ],
      "webhookId": "23a95c27-5a91-49b1-8d99-1f64dfe04b2d",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e9b03b81-c28a-4fd0-b8ff-f514c82449da",
      "name": "创建带参与者的活动",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        480,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "ba53e659-005f-48a2-ac83-c263e2f85bdb",
      "name": "创建活动",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        360,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "a65c0783-9be7-498d-80b2-be6a81bfe81f",
      "name": "获取活动",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        240,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "06ad460f-b6a8-44be-8c5c-68ac0370771e",
      "name": "删除活动",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        120,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "d0afcce9-0cee-4b74-9424-a94de98e78dd",
      "name": "更新活动",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        0,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "ac760115-997f-4a45-a76a-f3aeb544f1f5",
  "connections": {
    "Get Events": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Event": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Event": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update Event": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Event with Attendee": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 构建模块, 人工智能

需要付费吗?

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

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

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

作者
Amanda Benks

Amanda Benks

@amanda

Hi loves! I've been making workflows for n8n for two years, and I hope you like my flows <3

外部链接
在 n8n.io 查看

分享此工作流