From ee14c90cf97e17795e54a2828ee34ec83c77f87d Mon Sep 17 00:00:00 2001 From: Felarof Date: Thu, 11 Dec 2025 12:54:46 -0800 Subject: [PATCH] Documentation edits made through Mintlify web editor --- docs/images/image.png | 4 ++-- docs/integrations/n8n.mdx | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/images/image.png b/docs/images/image.png index 92334cb30..390ec3169 100644 --- a/docs/images/image.png +++ b/docs/images/image.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a66f18d1a155e887242c0d7ee317d67daf764082a2dcd08e6c86dfe1bee04ac -size 110163 +oid sha256:8145a0df6dc588de127824f3a808337be7c8b4bd6d32578f5218f01d24c0bebf +size 102624 diff --git a/docs/integrations/n8n.mdx b/docs/integrations/n8n.mdx index 5a9d6c002..afeb037e7 100644 --- a/docs/integrations/n8n.mdx +++ b/docs/integrations/n8n.mdx @@ -25,7 +25,7 @@ npx n8n Access n8n at `http://localhost:5678` and complete the initial setup by creating an account. -For global installation: `npm install n8n -g`, then run `n8n` anytime. + For global installation: `npm install n8n -g`, then run `n8n` anytime. ### Step 2: Install MCP Community Node @@ -33,7 +33,7 @@ For global installation: `npm install n8n -g`, then run `n8n` anytime. Go to **Settings → Community Nodes** and install `n8n-nodes-mcp`: - Install n8n-nodes-mcp community node + ![Install n8n-nodes-mcp community node](/images/n8n-node.png) ### Step 3: Create Workflow @@ -44,7 +44,7 @@ Create a new workflow and add the **AI Agent** node. Then configure it: 2. In the AI Agent's **Tools** section, search for "mcp" and add **MCP Client Tool** - Add MCP Client tool to AI Agent + ![Add MCP Client tool to AI Agent](/images/mcp-node.png) ### Step 4: Configure AI Agent Prompt @@ -56,7 +56,7 @@ choose the right tool based on the user input:{{ $json.chatInput }} ``` - Configure AI Agent prompt + ![Configure AI Agent prompt](/images/agent-step.png) ### Step 5: Configure MCP Client Credentials @@ -69,7 +69,7 @@ Click on the **MCP Client** node to configure it: 4. **Arguments**: `mcp-remote http://127.0.0.1:9101/mcp` -Replace `9101` with your BrowserOS MCP port from **Settings → MCP** in BrowserOS. + Replace `9101` with your BrowserOS MCP port from **Settings → MCP** in BrowserOS. ### Step 6: Configure MCP Tool Execution @@ -80,7 +80,7 @@ In the same MCP Client node: 2. **Tool Name**: `{{ $fromAI("tool") }}` - Configure MCP Client node + ![Configure MCP Client node](/images/client-step.png) ### Step 7: Test Workflow @@ -96,14 +96,15 @@ Execute and watch BrowserOS respond! ## Troubleshooting -Connection issues? Verify: -- BrowserOS is running -- MCP server is enabled in BrowserOS settings -- Port number matches your BrowserOS MCP configuration + Connection issues? Verify: + + - BrowserOS is running + - MCP server is enabled in BrowserOS settings + - Port number matches your BrowserOS MCP configuration ## Resources Learn more about BrowserOS MCP - + \ No newline at end of file