GuidesAI Client Setup
AI Client SetupBeginner 2 min

Connect Windsurf to MCP360

Configure Windsurf AI code editor to access your ad data via MCP360.

Step 1: Open MCP Settings

In Windsurf, go to Settings → MCP Servers or create ~/.codeium/windsurf/mcp_config.json:

json
{
  "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 2: Restart Windsurf

Restart the editor. The MCP360 server will appear in the Cascade panel.

Step 3: Test

In the Cascade AI panel, type:

"Show me my top TikTok campaigns by ROAS"

Related Guides