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 server",
"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": {
"f2c5e7d6-c75c-4271-b60d-36e2454bb77e": {
"ai_tool": [
[
{
"node": "d4e05c6f-939b-465f-a8f2-36b6eed6e868",
"type": "ai_tool",
"index": 0
}
]
]
},
"65361b3d-efe3-44da-ab8a-e23fce5ef6e5": {
"ai_tool": [
[
{
"node": "d4e05c6f-939b-465f-a8f2-36b6eed6e868",
"type": "ai_tool",
"index": 0
}
]
]
},
"47b0e90e-c6e0-4e97-9629-f56dce348d5e": {
"ai_tool": [
[
{
"node": "d4e05c6f-939b-465f-a8f2-36b6eed6e868",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 빌딩 블록, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Airtable를 사용한 MCP 서버 구축
Airtable를 사용하여 MCP 서버 구축
Airtable Tool
Agent
Mcp Trigger
+
Airtable Tool
Agent
Mcp Trigger
13 노드Aitor | 1node.ai
빌딩 블록
Mistral 트랜스크립션
Google 캘린더와 사용자 정의 함수를 사용하여 MCP 서버 구축
Set
Switch
Debug Helper
+
Set
Switch
Debug Helper
32 노드Solomon
빌딩 블록
自定义 YouTube MCP 서버 구축
사용자 정의 YouTube MCP 서버 구축
Set
Switch
Aggregate
+
Set
Switch
Aggregate
20 노드Jimleuk
빌딩 블록
自定义 API MCP 서버 구축
사용자 정의 API MCP 서버 구축
If
Set
Filter
+
If
Set
Filter
25 노드Jimleuk
엔지니어링
自定义 GitHub MCP 서버 구축
사용자 정의 GitHub MCP 서버 구축
Set
Github
Switch
+
Set
Github
Switch
19 노드Jimleuk
엔지니어링
自定义 Google Drive MCP 서버 구축
사용자 정의 Google Drive MCP 서버 구축
Set
Switch
Google Drive
+
Set
Switch
Google Drive
17 노드Jimleuk
빌딩 블록