Skip to content
Cursor

meta ads for Cursor

io.github.mikusnuz/meta-ads

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

client:Cursor transport:stdio runtime:npm

Install meta ads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "meta-ads": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

meta ads in other clients