GuidesAI Client Setup
AI Client SetupIntermediate 2 min

Connect Warp Terminal to MCP360

Use Warp AI terminal with MCP360 for command-line ad management.

Step 1: Configure MCP in Warp

Edit ~/.warp/warp_config.json:

json
{
  "ai": {
    "mcp_servers": [
      {
        "name": "mcp360-ads",
        "url": "https://meta-ads.mcp.mcp360.net/",
        "auth": {
          "type": "bearer",
          "token": "mcp_live_YOUR_KEY_HERE"
        }
      }
    ]
  }
}

Step 2: Restart Warp

Step 3: Use Warp AI with MCP360

Open the Warp AI panel (Ctrl+I) and type:

"Query MCP360: what are my top Google Ads campaigns today?"

Warp will call the MCP360 tools and display results directly in the terminal.

Related Guides