GuidesAI Client Setup
AI Client SetupBeginner 2 min

Connect Cline (VS Code) to MCP360

Use the Cline VS Code extension with MCP360 for AI-powered ad management.

Step 1: Install Cline

Install the Cline extension from the VS Code marketplace.

Step 2: Configure MCP Server

  • Open VS Code Settings (`Cmd+,`)
  • Search for "Cline MCP"
  • Click **Edit in settings.json**
  • Add:
  • json
    {
      "cline.mcpServers": {
        "mcp360-ads": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://meta-ads.mcp.mcp360.net/"],
          "env": {
            "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE"
          }
        }
      }
    }

    Step 3: Reload and Test

    Reload VS Code and open the Cline panel. Type:

    "Show me my underperforming campaigns that need attention"

    Cline will use MCP360 to analyze your ad data.

    Related Guides