{
  "name": "QuickBooks Online MCP Server (step by step video)",
  "nodes": [
    {
      "id": "a2377685-248f-49b0-8e6c-7752bd88bf90",
      "name": "Public Chat Trigger",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        736,
        96
      ]
    },
    {
      "id": "ef9f0152-51b1-4c8c-96cf-d606c2426c37",
      "name": "AI Agent Orchestrator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        960,
        96
      ]
    },
    {
      "id": "5d07dcb9-d557-4bca-b13e-96774522db57",
      "name": "LLM - OpenAI Chat (gpt-4.1-mini)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        928,
        320
      ]
    },
    {
      "id": "ae3f94ba-9bdd-43b7-86bd-6a6b4c953300",
      "name": "MCP Server - Claude Desktop Bridge",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        816,
        576
      ]
    },
    {
      "id": "f6c4b082-0ba8-4d8e-b39c-249d7bb99992",
      "name": "AI Tool - QBO Customers",
      "type": "n8n-nodes-base.quickbooksTool",
      "position": [
        1024,
        784
      ]
    },
    {
      "id": "ed8020d3-db2c-4d9a-a8fe-e5d10767ea3a",
      "name": "MCP Client Tool",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        1120,
        320
      ]
    },
    {
      "id": "contact-note-1759910018482",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        36,
        -255
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "doc-note-1759910018482",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        36,
        185
      ],
      "parameters": {
        "width": 600,
        "height": 950,
        "content": "## Workflow Overview\n\nThis workflow creates an AI chatbot that can answer questions about your QuickBooks Online data using natural language. The AI agent can retrieve customer information and provide"
      }
    },
    {
      "id": "video-note-1759912267930",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        646,
        -255
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_rec0EGjS8Q1AxvT1b.jpg)](https://youtu.be/mprQ4CY3yn0)"
      }
    }
  ],
  "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": "MCP Server - Claude Desktop Bridge",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "LLM - OpenAI Chat (gpt-4.1-mini)": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent Orchestrator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}