AI Client SetupIntermediate 5 min

Connect n8n to MCP360

Build automated ad management workflows in n8n using MCP360 as an MCP source.

Prerequisites

  • n8n instance (cloud or self-hosted)
  • n8n v1.30+ with MCP Client node
  • MCP360 API key
  • Step 1: Add MCP Client Credential

  • In n8n, go to **Credentials → New Credential**
  • Search for **MCP Client**
  • Fill in:
  • - Server URL: https://meta-ads.mcp.mcp360.net/

    - Authentication: Bearer Token

    - Token: mcp_live_YOUR_KEY_HERE

    Step 2: Create a Workflow

  • Add an **MCP Client** node to your workflow
  • Select your MCP360 credential
  • Choose a tool: `list_campaigns`, `get_account_overview`, etc.
  • Map parameters from previous workflow nodes
  • Step 3: Example — Weekly Report Automation

    [Schedule Trigger] → [MCP Client: cross_platform_report] → [Email: Send Report]

    Configure the MCP Client node:

  • **Tool:** `cross_platform_report`
  • **Parameters:**
  • - date_from: {{ $now.minus(7, "days").format("YYYY-MM-DD") }}

    - date_to: {{ $now.format("YYYY-MM-DD") }}

    This creates an automated weekly ad performance report sent every Monday.

    Available MCP Tools in n8n

    You can use any MCP360 tool in n8n workflows:

  • `meta_list_campaigns` — list Meta campaigns
  • `google_get_performance_report` — Google Ads report
  • `cross_platform_report` — unified report
  • `get_anomaly_alerts` — performance anomaly detection
  • Next step

    Free plan available. Set up Claude, ChatGPT, or Cursor with MCP360 in minutes.

    Connect your first MCP service

    Related Guides