MCP Catalogs
Home

ultimate_mcp_server vs facebook-ads-library-mcp

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
facebook-ads-library-mcp
by proxy-intell
Stars★ 149★ 225
30d uses
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Web ScrapingAI / LLM ToolsProductivity
LanguagePythonPython
Last commit2 mo ago2 mo ago

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

facebook-ads-library-mcp · Summary

Facebook Ads Library MCP server for querying and analyzing advertising campaigns with batch processing and video analysis capabilities.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

facebook-ads-library-mcp · Use cases

  • Competitive analysis by comparing advertising strategies across multiple companies
  • Media monitoring to track competitor campaigns and messaging
  • Market research to identify advertising trends in specific industries

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

facebook-ads-library-mcp · Install

Quick Install

  1. **Clone and run the install script**
git clone http://github.com/talknerdytome-labs/facebook-ads-library-mcp.git
cd facebook-ads-library-mcp

# For macOS/Linux:
./install.sh

# For Windows:
install.bat
  1. **Configure your API keys**

Edit the .env file with your ScrapeCreators API key and optional Gemini API key.

  1. **Add MCP configuration to Claude Desktop**

Save as claude_desktop_config.json in your Claude Desktop config directory:

{
  "mcpServers": {
    "fb_ad_library": {
      "command": "{{PATH_TO_PROJECT}}/facebook-ads-library-mcp/venv/bin/python",
      "args": [
        "{{PATH_TO_PROJECT}}/facebook-ads-library-mcp/mcp_server.py"
      ]
    }
  }
}
  1. **Restart Claude Desktop**
Comparison generated from public README + GitHub signals. Last updated automatically.