FbAdLibraryMCPServer

StinCodes/FbAdLibraryMCPServer
★ 2 stars TypeScript 💻 Code/Dev Tools Updated 3mo ago
Build a Model Context Protocol (MCP) server that provides access to Facebook's Ad Library through web scraping. The server should allow clients to search for advertisements with various filters and retrieve comprehensive ad data.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fbadlibrarymcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "StinCodes/FbAdLibraryMCPServer"
      ]
    }
  }
}