MCP Catalogs
Home

konquest-meta-ads-mcp

by brandu-mos·27·Score 46

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

ecommercedeveloper-toolsai-llm
8
Forks
3
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

KonQuest Meta Ads MCP is a comprehensive production-tested server that provides full CRUD operations for Meta Ads campaigns, ad sets, and ads. It features a supervised architecture where all write operations require operator approval, ensuring safety in real advertising environments. The open-core model offers 57 public tools with an additional 41 premium tools for optimization, intelligence, and automation. The server includes robust safety features like rate limiting, rollback capabilities, and validation pipelines to maintain advertising policy compliance.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

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

When to choose this

Choose this MCP server if you need comprehensive Meta Ads management with safety gates, supervision, and optimization features already built for production environments.

When NOT to choose this

Avoid if you need write-only access without supervision, or if you're looking for a free solution with premium optimization features.

Tools this server exposes

12 tools extracted from the README
  • create_campaign

    Create a new advertising campaign

  • update_ad_set

    Update an existing ad set with targeting parameters

  • create_ad

    Create a new ad with creative assets

  • get_insights

    Retrieve performance insights for campaigns and ads

  • check_pixel_health

    Verify Meta Pixel installation and health

  • upload_creative

    Upload image or video creative assets

  • create_ad_set_with_targeting

    Create a new ad set with detailed targeting parameters

  • run_diagnostics

    Run comprehensive diagnostics across all ad accounts

  • generate_ad_copy

    Generate ad copy based on brand voice and targeting parameters

  • optimize_campaign_budget

    Optimize campaign budgets based on performance

  • validate_creative_specs

    Validate creative assets meet Meta's technical specifications

  • create_product_set

    Create a product set for Dynamic Product Ads

Comparable tools

meta-ads-apifacebook-marketing-apigoogle-ads-mcpadspower-mcp

Installation

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

Compare konquest-meta-ads-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.