AI Client SetupIntermediate 5 min
Connect n8n to MCP360
Build automated ad management workflows in n8n using MCP360 as an MCP source.
Prerequisites
Step 1: Add MCP Client Credential
- Server URL: https://meta-ads.mcp.mcp360.net/
- Authentication: Bearer Token
- Token: mcp_live_YOUR_KEY_HERE
Step 2: Create a Workflow
Step 3: Example — Weekly Report Automation
[Schedule Trigger] → [MCP Client: cross_platform_report] → [Email: Send Report]Configure the MCP Client node:
- 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:
Next step
Free plan available. Set up Claude, ChatGPT, or Cursor with MCP360 in minutes.
Connect your first MCP service →