MCP Catalogs
首页

konquest-meta-ads-mcp

by brandu-mos·27·综合分 46

生产就绪的 MCP 服务器,包含 57 个 Meta 广告工具和高级选项,用于监督式广告活动管理。

ecommercedeveloper-toolsai-llm
8
Forks
3
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

KonQuest Meta Ads MCP 是一个全面的生产测试服务器,提供完整的 Meta 广告广告活动、广告组和广告的 CRUD 操作。它采用监督架构,所有写入操作都需要操作员批准,确保在真实广告环境中的安全性。开源核心模式提供 57 个公共工具,还有额外的 41 个高级工具用于优化、智能和自动化。该服务器包含强大的安全功能,如速率限制、回滚能力和验证管道,以维持广告政策合规性。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:监督式 Meta 广告活动管理,支持多素材广告创建
:通过自动预算调整和 A/B 测试优化广告效果
:广告发布前的创意验证和合规检查

什么时候选它

如果您需要具备安全网关、监督和优化功能的全面 Meta Ads 管理解决方案,且已准备好用于生产环境,请选择此 MCP 服务器。

什么时候不要选它

如果您需要无监督的写入访问权限,或者寻找包含高级优化功能的免费解决方案,请避免使用此产品。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

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

安装

安装

  1. 克隆并设置仓库:
cd meta-ads-mcp
uv sync
cp .env.example .env
  1. 配置环境变量:
  • META_ACCESS_TOKEN - Meta Marketing API 访问令牌
  • 可选:META_APP_SECRETMETA_APP_IDVAULT_PATH
  1. 添加到 Claude Code MCP 配置(.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. 运行测试(可选):
uv run --extra dev python -m pytest tests/ -v

konquest-meta-ads-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。