FbAdLibraryMCPServer

StinCodes/FbAdLibraryMCPServer
★ 2 stars TypeScript 💻 Code/Dev Tools Updated 4mo 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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}