Workflow with MCP Tools

Add external tool capabilities via MCP Gateway integration.

Extend your agent with MCP server tools like Gsuite, Hubspot, or custom integrations.

Prerequisites

Structure

[Chat Input] → [Agent] → [Chat Output]
         [Gateway MCP Client]

Steps

1. Create Base Workflow

Follow Simple Workflow to create Chat Input → Agent → Chat Output.

2. Add Gateway MCP Client

  1. Select the Agent node
  2. In Properties, find Tools section
  3. Add Gateway MCP Client
  4. Select servers (e.g., Gsuite, Hubspot)

3. Update System Message

Include tool instructions:

You are a helpful assistant with access to external tools.

Available tools:
- Gsuite: Send emails, manage calendar, access Drive
- Hubspot: Manage contacts and deals

Use these tools when the user requests related actions.

4. Save & Test

  1. Save workflow
  2. Open Playground
  3. Test: "Send an email to team@example.com about the meeting tomorrow"

Example: Gsuite Integration

ToolAction
gmail_sendSend emails
calendar_createCreate events
drive_listList files

Example: Hubspot Integration

ToolAction
contacts_listList contacts
deals_createCreate deals
companies_searchSearch companies

Next: With Knowledge Base