Description

MCP Server for Facebook ADs Library - Get instant answers from FB's ad library.

Installation

npx -y facebook-ads-library-mcp
npm install facebook-ads-library-mcp
git clone https://github.com/talknerdytome-labs/facebook-ads-library-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "facebook-ads-library-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "facebook-ads-library-mcp"
      ]
    }
  }
}