meta-ads-mcp

pipeboard-co/meta-ads-mcp
★ 622 stars Python 📦 Other Updated 1mo ago
MCP server to manage Facebook and Instagram Ads (Meta Ads)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meta-ads-mcp": {
      "command": "uvx",
      "args": [
        "meta-ads-mcp"
      ]
    }
  }
}

Or install with pip: pip install meta-ads-mcp