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 | — | — |
| Score | 85 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Web ScrapingAI / LLM ToolsProductivity |
| Language | Python | Python |
| Last commit | 2 mo ago | 2 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverfacebook-ads-library-mcp · Install
Quick Install
- **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- **Configure your API keys**
Edit the .env file with your ScrapeCreators API key and optional Gemini API key.
- **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"
]
}
}
}- **Restart Claude Desktop**