8
n8n 中文网amn8n.com

Bubble MCP 服务器

初级

这是一个Building Blocks, AI领域的自动化工作流,包含 4 个节点。主要使用 BubbleTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 通过MCP协议实现数据访问的AI智能体与Bubble应用集成方案

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

使用的节点 (4)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "CqlwywHbmlc7eHNT",
  "meta": {
    "instanceId": "dce9fe04a7fdbf241de6b7362a58adc4ade77ecf936745b8085d24de3b25eb12",
    "templateCredsSetupCompleted": true
  },
  "name": "Bubble MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "d4e05c6f-939b-465f-a8f2-36b6eed6e868",
      "name": "MCP 服务器触发器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -148,
        -180
      ],
      "webhookId": "db8e6f1e-863d-4889-b56b-f88fad0b24af",
      "parameters": {
        "path": "db8e6f1e-863d-4889-b56b-f88fad0b24af"
      },
      "typeVersion": 2
    },
    {
      "id": "47b0e90e-c6e0-4e97-9629-f56dce348d5e",
      "name": "获取项目详情",
      "type": "n8n-nodes-base.bubbleTool",
      "position": [
        -180,
        40
      ],
      "parameters": {
        "objectId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Object_ID', `Get project details using project unique ID`, 'string') }}",
        "typeName": "project",
        "descriptionType": "manual",
        "toolDescription": "Get project information in our Bubble app"
      },
      "credentials": {
        "bubbleApi": {
          "id": "1RWR6fgVxAhtiAL2",
          "name": "Bubble account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f2c5e7d6-c75c-4271-b60d-36e2454bb77e",
      "name": "获取用户信息",
      "type": "n8n-nodes-base.bubbleTool",
      "position": [
        -60,
        40
      ],
      "parameters": {
        "objectId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Object_ID', `Get user information using user unique id`, 'string') }}",
        "typeName": "user",
        "descriptionType": "manual",
        "toolDescription": "Get user information in our Bubble app"
      },
      "credentials": {
        "bubbleApi": {
          "id": "1RWR6fgVxAhtiAL2",
          "name": "Bubble account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "65361b3d-efe3-44da-ab8a-e23fce5ef6e5",
      "name": "获取插件详情",
      "type": "n8n-nodes-base.bubbleTool",
      "position": [
        60,
        40
      ],
      "parameters": {
        "options": {
          "filters": {
            "filter": [
              {
                "key": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('filter0_Key', ``, 'string') }}",
                "value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('filter0_Value', ``, 'string') }}",
                "constraint_type": "text contains"
              }
            ]
          }
        },
        "typeName": "plugin",
        "operation": "getAll",
        "descriptionType": "manual",
        "toolDescription": "Get plugins information in our Bubble app"
      },
      "credentials": {
        "bubbleApi": {
          "id": "1RWR6fgVxAhtiAL2",
          "name": "Bubble account"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "88e83d75-e334-4bb1-a2ca-3043701353eb",
  "connections": {
    "Get user info": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Plugin details": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Project details": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

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

需要付费吗?

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

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

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
Mohamed Salama

Mohamed Salama

@salama

Founder at Inova Studio, Building AI-powered products with no-code & AI.

外部链接
在 n8n.io 查看

分享此工作流