8
n8n 한국어amn8n.com

MCP 서버와 ChatGPT를 사용하여 n8n에서 QuickBooks Online 고객 데이터와 대화

중급

이것은자동화 워크플로우로, 7개의 노드를 포함합니다.주로 QuickbooksTool, Agent, McpTrigger, ChatTrigger, LmChatOpenAi 등의 노드를 사용하며. MCP 서버와 ChatGPT를 통해 n8n에서 QuickBooks Online 고객 데이터와 대화합니다.

사전 요구사항
  • OpenAI API Key

카테고리

-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "c8c9ba5d3eb26ae47a06d24ff164a01c0d73ed4753a74903c2bb609d434a0f6b",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "21ecf5fe-2008-43aa-85ac-9f1e6e2262e2",
      "name": "Public 채팅 트리거",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "eb3cc51c-29da-4593-9468-66d1977955ce",
      "parameters": {
        "public": true,
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "05f54bf8-51e4-4f32-b624-daf75304f199",
      "name": "AI 에이전트 Orchestrator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        224,
        0
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 2
    },
    {
      "id": "1c95c159-33da-4eb2-b72f-78144c903813",
      "name": "LLM - OpenAI Chat (gpt-4.1-mini)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        192,
        224
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "IscXryYQZrfSUSkH",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "a5a78a3d-3b63-4dce-91d9-1b76ed7a5744",
      "name": "MCP Server - Claude Desktop Bridge",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -96,
        384
      ],
      "webhookId": "7a131c2c-5b3b-4a99-9319-f3aebadcf451",
      "parameters": {
        "path": "7a131c2c-5b3b-4a99-9319-f3aebadcf451"
      },
      "typeVersion": 2
    },
    {
      "id": "516680cc-8376-4e9c-8249-e4a4e4e20072",
      "name": "AI 도구 - QBO Customers",
      "type": "n8n-nodes-base.quickbooksTool",
      "position": [
        112,
        592
      ],
      "parameters": {
        "filters": {},
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "quickBooksOAuth2Api": {
          "id": "b6aH0PejuunHdpJu",
          "name": "QuickBooks Online account 3"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "efc80f6a-80f5-4598-aec6-db600f053567",
      "name": "MCP Client 도구",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        384,
        224
      ],
      "parameters": {
        "sseEndpoint": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c3c3e7b0-1f0b-4f1a-8a4e-2e7b6a0a5c1a",
      "name": "Workflow description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -300
      ],
      "parameters": {
        "color": 5,
        "width": 272,
        "height": 912,
        "content": "# Workflow description\n\n⚠️ Important: Set the **MCP Client Tool** `sseEndpoint` to your actual MCP server URL. You can copy this URL from the **MCP Server - Claude Desktop Bridge** node once it is running.\n\n## Steps\n1) **Public Chat Trigger** - receives chat messages.\n2) **AI Agent Orchestrator** - coordinates tool calls and replies.\n3) **LLM - OpenAI Chat (gpt-4.1-mini)** - the language model.\n4) **AI Tool - QBO Customers** - QuickBooks customers tool.\n5) **MCP Server - Claude Desktop Bridge** - exposes tools as MCP.\n6) **MCP Client Tool** - must point to your actual SSE endpoint.\n\n## Setup\n- Connect OpenAI and QuickBooks credentials.\n- Copy the correct SSE URL from MCP Server Trigger into MCP Client Tool.\n- Add auth if exposing the chat publicly.\n\n## Extend\n- Add more QBO tools (invoices, payments, items).\n- Expose other systems to Claude via MCP.\n- Add guardrails and permissions for security."
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "MCP Client Tool": {
      "ai_tool": [
        [
          {
            "node": "AI Agent Orchestrator",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Public Chat Trigger": {
      "main": [
        [
          {
            "node": "AI Agent Orchestrator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Tool - QBO Customers": {
      "ai_tool": [
        [
          {
            "node": "a5a78a3d-3b63-4dce-91d9-1b76ed7a5744",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1c95c159-33da-4eb2-b72f-78144c903813": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent Orchestrator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리-
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Milan Vasarhelyi - SmoothWork

Milan Vasarhelyi - SmoothWork

@vasarmilan

We help you eliminate the busywork by building compact business tools tailored to your processes. 📞: https://smoothwork.ai/book-a-call ▶️: https://www.youtube.com/@vasarmilan

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34