Facebook-Ads-MCP-ServerServer

gomarble-ai
GitHub
Facebook AdsSocial MediaMarketing

Loading subscription status...

💡 Description

This MCP server provides an interface to Facebook Ads, enabling programmatic access to ad accounts, campaigns, ad sets, ads, and creatives. It offers tools for retrieving performance insights, change history, and managing Facebook Ads data.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fb-ads-mcp-server": {
        "args": [
          "/path/to/your/fb-ads-mcp-server/server.py",
          "--fb-token",
          "YOUR_FACEBOOK_ACCESS_TOKEN"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

list_ad_accountsget_details_of_ad_accountget_campaign_by_idget_adset_by_idget_ad_by_idget_ad_creative_by_idget_adaccount_insights

Features

  • Retrieve and manage Facebook Ads data
  • Access performance insights

💬 Example Queries

  • List all ad accounts linked to my Facebook profile.
  • Get performance insights for my ad campaign.