Skip to content
Windsurf

meta ads for Windsurf

io.github.mikusnuz/meta-ads

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

client:Windsurf transport:stdio runtime:npm

Install meta ads in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "meta-ads": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ],
      "env": {
        "META_ADS_ACCESS_TOKEN": "<META_ADS_ACCESS_TOKEN>",
        "META_AD_ACCOUNT_ID": "<META_AD_ACCOUNT_ID>",
        "META_APP_ID": "<META_APP_ID>",
        "META_APP_SECRET": "<META_APP_SECRET>",
        "META_BUSINESS_ID": "<META_BUSINESS_ID>",
        "META_PIXEL_ID": "<META_PIXEL_ID>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

meta ads in other clients