# gomarble-ai/facebook-ads-mcp-server [Health: Active]

**Category:** 🎯 Marketing  
**Repository:** https://github.com/gomarble-ai/facebook-ads-mcp-server  
**GitHub Stars:** 363  
**npm Downloads (last month):** 30651  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/gomarble-ai-facebook-ads-mcp-server

## Description
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "facebook-ads-mcp-server": {
    "command": "npx",
    "args": ["-y","@smithery/cli"]
  }
}
```

## Documentation
This MCP server enables programmatic interaction with Meta (Facebook) Ads, allowing retrieval and management of ad accounts, campaigns, ad sets, ads, and creatives. It supports fetching detailed information and performance insights at multiple levels of the ad hierarchy. The server handles environment setup and token authentication, optionally generating Meta access tokens via GoMarble's service to simplify configuration.

**Use cases:**
- Retrieve detailed data for ad accounts, campaigns, ad sets, and ads
- Fetch collections of campaigns, ad sets, and ads by account or campaign
- Access creatives associated with specific ads
- Obtain performance insights for ad accounts, campaigns, and ad sets

**Key features:**
- Lists ad accounts linked to a Meta access token
- Retrieves detailed information for campaigns, ad sets, ads, and creatives
- Fetches collections of ads and ad sets by account or campaign
- Provides performance insights for accounts, campaigns, and ad sets
- Supports automatic Meta token creation via GoMarble's server
- Easy local setup with Python and optional virtual environment

_Summarized from the repository README — see the link above for the full text._

