Skip to content

Add facebook-ads-mcp-server to community servers list #2298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fortytwode
Copy link

Adding facebook-ads-mcp-server

Facebook Ads MCP server that provides comprehensive access to Facebook Ads APIs with built-in OAuth
authentication.

Features

  • 🔐 Built-in OAuth authentication (no manual tokens needed)
  • 📊 Multi-dimensional breakdowns (age, gender, placement, etc.)
  • 📈 Campaign and ad performance insights
  • 🎯 Smart data aggregation with optional daily breakdowns
  • 📸 Ad creative thumbnails with Base64 encoding

Review Checklist

  • Published to npm: facebook-ads-mcp-server
    v2.1.1
  • Repository: https://github.com/fortytwode/10xer
  • License: MIT
  • Documentation: Comprehensive README with setup instructions
  • Authentication: OAuth flow documented, no API keys needed
  • Error handling: Proper error messages for common issues
  • No hardcoded secrets: Uses environment variables
  • Tested: All tests passing
  • MCP compliance: Follows MCP specification
  • Tool descriptions: Clear and helpful tool descriptions

Installation

npm install -g facebook-ads-mcp-server

Quick Start

1. Install: npm install -g facebook-ads-mcp-server
2. Add to Claude Desktop config:
{
  "mcpServers": {
    "facebook-ads": {
      "command": "facebook-ads-mcp"
    }
  }
}
3. Restart Claude Desktop
4. Use "Login to Facebook" command in Claude

Available Tools

- facebook_login - OAuth authentication
- facebook_list_ad_accounts - List accessible ad accounts
- facebook_get_adaccount_insights - Get campaign/ad performance with breakdowns
- facebook_get_details_of_ad_account - Get account details
- facebook_get_activities_by_adaccount - Get account activity history
- facebook_get_ad_creatives - Get ad creatives with thumbnails

Changes Made

- Added Facebook Ads MCP server entry to the community servers list in alphabetical order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant