MCP Catalogs
Home

konquest-meta-ads-mcp vs ultimate_mcp_server

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

konquest-meta-ads-mcp
by brandu-mos
ultimate_mcp_server
by Dicklesworthstone
Stars★ 27★ 149
30d uses
Score4685
Official
Categories
E-commerceDeveloper ToolsAI / LLM Tools
AI / LLM ToolsBrowser AutomationFile System
LanguagePythonPython
Last commit1 mo ago2 mo ago

konquest-meta-ads-mcp · Summary

Production-ready MCP server with 57 Meta Ads tools and premium options for supervised campaign management.

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.

konquest-meta-ads-mcp · Use cases

  • Supervised Meta Ads campaign management with multi-asset ad creation
  • Advertising performance optimization through automated budget adjustments and A/B testing
  • Ad creative validation and compliance checking before launch

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

konquest-meta-ads-mcp · Install

Installation

  1. Clone and set up the repository:
cd meta-ads-mcp
uv sync
cp .env.example .env
  1. Configure environment variables:
  • META_ACCESS_TOKEN - Meta Marketing API access token
  • Optional: META_APP_SECRET, META_APP_ID, VAULT_PATH
  1. Add to Claude Code MCP configuration (.mcp.json):
{
  "mcpServers": {
    "meta-ads": {
      "command": "uv",
      "args": ["--directory", "/path/to/meta-ads-mcp", "run", "python", "-m", "meta_ads_mcp"],
      "env": {
        "META_ACCESS_TOKEN": "your_token_here",
        "VAULT_PATH": "/path/to/your/marketing-vault"
      }
    }
  }
}
  1. Run tests (optional):
uv run --extra dev python -m pytest tests/ -v

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
Comparison generated from public README + GitHub signals. Last updated automatically.