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 | — | — |
| Score | 46 | 85 |
| Official | — | — |
| Categories | E-commerceDeveloper ToolsAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 1 mo ago | 2 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
- Clone and set up the repository:
cd meta-ads-mcp
uv sync
cp .env.example .env- Configure environment variables:
META_ACCESS_TOKEN- Meta Marketing API access token- Optional:
META_APP_SECRET,META_APP_ID,VAULT_PATH
- 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"
}
}
}
}- Run tests (optional):
uv run --extra dev python -m pytest tests/ -vultimate_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_server